- use language item for set/unset instead of hard coded english items

git-svn-id: http://piwigo.org/svn/trunk@907 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
plegall
2005-10-22 12:26:16 +00:00
parent 11615fcba6
commit bd5d03a2a7

View File

@@ -77,8 +77,8 @@
<tr>
<td><strong>{lang:Creation date}</strong></td>
<td>
<label><input type="radio" name="date_creation_action" value="unset" /> unset</label>
<input type="radio" name="date_creation_action" value="set" id="date_creation_action_set" /> set to
<label><input type="radio" name="date_creation_action" value="unset" /> {lang:unset}</label>
<input type="radio" name="date_creation_action" value="set" id="date_creation_action_set" /> {lang:set to}
<select onmousedown="document.getElementById('date_creation_action_set').checked = true;" name="date_creation_day">
<!-- BEGIN date_creation_day -->
<option {date_creation_day.SELECTED} value="{date_creation_day.VALUE}">{date_creation_day.OPTION}</option>