[Vtigercrm-commits] [vtiger development] #5433: Hardcoded string in new notebook/notepad feature
vtiger development
vtiger-tickets at trac.vtiger.com
Thu Jan 15 13:41:02 EST 2009
#5433: Hardcoded string in new notebook/notepad feature
------------------------+---------------------------------------------------
Reporter: joebordes | Owner: developer
Type: defect | Status: new
Priority: unassigned | Milestone: 5.1.0
Component: vtigercrm | Version: 5.0.4
Keywords: |
------------------------+---------------------------------------------------
svn at 12295
{{{
Index: modules/Home/index.php
===================================================================
--- modules/Home/index.php (revisión: 1053)
+++ modules/Home/index.php (copia de trabajo)
@@ -146,8 +146,8 @@
* @return - contents of the notebook for a user
*/
function getNotebookContents(){
- global $adb, $current_user;
- $contents = "Double-click here to edit ";
+ global $adb, $current_user,$app_strings;
+ $contents = $app_strings['LBL_NOTEBOOK_TITLE'];
$sql = "select * from vtiger_notebook_contents where
userid=".$current_user->id;
$result = $adb->query($sql);
}}}
--
Ticket URL: <http://trac.vtiger.com/cgi-bin/trac.cgi/ticket/5433>
vtiger development <http://trac.vtiger.com/>
vtigerCRM
More information about the vtigercrm-commits
mailing list