workaround for translation script
This commit is contained in:
parent
54fec6d123
commit
3959f41ca0
3 changed files with 5 additions and 8 deletions
|
@ -104,14 +104,12 @@ this feature on.</div>
|
|||
value="<!-- TMPL_VAR name="description" escape="HTML" -->" />
|
||||
</li>
|
||||
<li><label for="repeatable">Repeatable: </label>
|
||||
<input type="checkbox" id="repeatable" name="repeatable" <!-- TMPL_VAR name="repeatable_checked" -->
|
||||
<!-- TMPL_VAR name="repeatable_disabled" --> />
|
||||
<input type="checkbox" id="repeatable" name="repeatable" <!-- TMPL_VAR name="repeatable_checked" --> <!-- TMPL_VAR name="repeatable_disabled" --> />
|
||||
<span>Check to let a patron record have multiple values of this attribute.
|
||||
This setting cannot be changed after an attribute is defined.</span>
|
||||
</li>
|
||||
<li><label for="unique_id">Unique identifier: </label>
|
||||
<input type="checkbox" id="unique_id" name="unique_id" <!-- TMPL_VAR name="unique_id_checked" -->
|
||||
<!-- TMPL_VAR name="unique_id_disabled" --> />
|
||||
<input type="checkbox" id="unique_id" name="unique_id" <!-- TMPL_VAR name="unique_id_checked" --> <!-- TMPL_VAR name="unique_id_disabled" --> />
|
||||
<span>If checked, attribute will be a unique identifier — if a value is given to a patron record, the same value
|
||||
cannot be given to a different record. This setting cannot be changed after an attribute is defined.</span>
|
||||
</li>
|
||||
|
|
|
@ -15,10 +15,10 @@
|
|||
</script>
|
||||
</head>
|
||||
|
||||
<body class="yui-skin-sam" onload="Activate(0);load_macles();" -->
|
||||
<body class="yui-skin-sam" onload="Activate(0);load_macles();" >
|
||||
|
||||
<h1>Gestion des index MACLES</h1>
|
||||
<form name="f_pop"> <!-- onsubmit="add_macles('630');"> -->
|
||||
<form name="f_pop">
|
||||
|
||||
<div id="macles" class="toptabs numbered">
|
||||
<ul>
|
||||
|
|
|
@ -192,8 +192,7 @@
|
|||
<td><select name="Filter" id="borcat">
|
||||
<option value=""> </option>
|
||||
<!-- TMPL_LOOP NAME="categoryloop" -->
|
||||
<!-- TMPL_IF NAME="selected" --><option value="<!-- TMPL_VAR NAME="categorycode" -->" selected=
|
||||
selected"><!-- TMPL_VAR NAME="description" --></option><!-- TMPL_ELSE --><option value="<!-- TMPL_VAR NAME="categorycode" -->"><!-- TMPL_VAR NAME="description" --></option><!-- /TMPL_IF -->
|
||||
<!-- TMPL_IF NAME="selected" --><option value="<!-- TMPL_VAR NAME="categorycode" -->" selected="selected"><!-- TMPL_VAR NAME="description" --></option><!-- TMPL_ELSE --><option value="<!-- TMPL_VAR NAME="categorycode" -->"><!-- TMPL_VAR NAME="description" --></option><!-- /TMPL_IF -->
|
||||
<!-- /TMPL_LOOP -->
|
||||
</select>
|
||||
</td>
|
||||
|
|
Loading…
Reference in a new issue