[Vtigercrm-developers] Translations issue
Abos
webmaster at vtigercrmfrance.org
Wed Jun 7 15:10:27 PDT 2006
Hi,
to continue ;)
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> <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>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060608/90a70075/attachment-0003.html
More information about the vtigercrm-developers
mailing list