[Vtigercrm-commits] [vtiger development] #1280: Translation issue for detailviews

vtiger development vtiger-tickets at vtiger.fosslabs.com
Wed Jun 7 18:10:28 EDT 2006


#1280: Translation issue for detailviews
-----------------------+----------------------------------------------------
 Reporter:  abos       |       Owner:  developer
     Type:  defect     |      Status:  new      
 Priority:  major      |   Milestone:           
Component:  vtigercrm  |     Version:  5.0.0    
 Keywords:             |  
-----------------------+----------------------------------------------------
 File smarty/templates/detailview.tpl

 ~line 19
 change for
    <a class="link"  align="right"
 href="javascript:;">{$APP.LBL_EDIT_BUTTON}</a>


 File smarty/templates/DetailviewUI.tpl
 Change all : class="small" value="Save"
 For : class="small" value="{$APP.LBL_SAVE_LABEL}"

 And all : class="link">Cancel</a>
 For : class="link">{$APP.LBL_CANCEL_BUTTON_LABEL}</a>

 And all : /> or
 for a new app string.


 ~line 77
  <tr height=20><td>{$UPDATEINFO}</td><td align="right" width="400"
 nowrap><div id="addtagdiv"><a href="javascript:;"
 onClick="show('tagdiv'),fnhide('addtagdiv'),document.getElementById('txtbox_tagfields').focus()">+addtag</a></div><div
 id="tagdiv" style="display:none;"><input class="textbox"  type="text"
 id="txtbox_tagfields" name="textbox_First Name"
 value=""></input>&nbsp;&nbsp;<input name="button_tagfileds" type="button"
 class="small" value="Tag it" onclick="return tagvalidate()"/><input
 name="close" type="button" class="small" value="Close"
 onClick="fnhide('tagdiv'),show('addtagdiv')"></div></td></tr>

 Tag it & close must be translated. Close need to be a new string, do not
 use Close. (not same usage in france)

 ~line 301
     Change for
     <input value="  {$APP.Merge}  "
 onclick="this.form.action.value='Merge';" type="submit"></input>

 Cheer

-- 
Ticket URL: <http://vtiger.fosslabs.com/cgi-bin/trac.cgi/ticket/1280>
vtiger development <http://vtiger.fosslabs.com/>
vtigerCRM


More information about the vtigercrm-commits mailing list