workaround for translation script
authorJoshua Ferraro <jmf@liblime.com>
Sat, 21 Jun 2008 01:12:55 +0000 (20:12 -0500)
committerJoshua Ferraro <jmf@liblime.com>
Sat, 21 Jun 2008 01:12:55 +0000 (20:12 -0500)
koha-tmpl/intranet-tmpl/prog/en/modules/admin/patron-attr-types.tmpl
koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/macles.tmpl
koha-tmpl/intranet-tmpl/prog/en/modules/reports/issues_stats.tmpl

index 252d4bd..6e853de 100644 (file)
@@ -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 &mdash; 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>
index 4dc0d77..52b6bdc 100644 (file)
 </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>
index 2b91b16..7368000 100644 (file)
            <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>