<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
<title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Hi, <br>
to continue ;)<br>
<br>
File smarty/templates/detailview.tpl<br>
<br>
~line 19<br>
change for<br>
<a class="link" align="right"
href=<a class="moz-txt-link-rfc2396E" href="javascript:;">"javascript:;"</a>>{$APP.LBL_EDIT_BUTTON}</a><br>
<br>
<br>
File smarty/templates/DetailviewUI.tpl<br>
Change all : class="small" value="Save"<br>
For : class="small" value="{$APP.LBL_SAVE_LABEL}"<br>
<br>
And all : class="link">Cancel</a><br>
For : class="link">{$APP.LBL_CANCEL_BUTTON_LABEL}</a><br>
<br>
And all : /> or<br>
for a new app string.<br>
<br>
<br>
~line 77<br>
<tr height=20><td>{$UPDATEINFO}</td><td
align="right" width="400" nowrap><div id="addtagdiv"><a
href=<a class="moz-txt-link-rfc2396E" href="javascript:;">"javascript:;"</a>
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="<b>Tag it</b>"
onclick="return tagvalidate()"/><input name="close" type="button"
class="small" value="<b>Close</b>"
onClick="fnhide('tagdiv'),show('addtagdiv')"></div></td></tr><br>
<br>
Tag it & close must be translated. Close need to be a new string,
do not use Close. (not same usage in france)<br>
<br>
~line 301<br>
Change for<br>
<input value=" {$APP.Merge} "
onclick="this.form.action.value='Merge';"
type="submit"></input><br>
</body>
</html>