' innerhalb von Strings escapen
authorSven Schöling <s.schoeling@linet-services.de>
Fri, 9 Jul 2010 13:46:40 +0000 (15:46 +0200)
committerSven Schöling <s.schoeling@linet-services.de>
Fri, 9 Jul 2010 13:46:40 +0000 (15:46 +0200)
templates/webpages/am/edit_warehouse_master.html
templates/webpages/fu/search_master.html

index a90bc4d..c7ca819 100644 (file)
@@ -34,7 +34,7 @@
    </tr>
 
    <tr>
-    <td align="right">[% 'Prefix for the new bins' names' | $T8 %]</td>
+    <td align="right">[%- 'Prefix for the new bins\' names' | $T8 %]</td>
     <td><input name="prefix" value="[% 'Bin' | $T8 %]"></td>
    </tr>
   </table>
index a8d03de..63d8c0a 100644 (file)
@@ -91,7 +91,7 @@
 
         <td>
          <input type="checkbox" name="all_users" id="all_users" value="1" checked>
-         <label for="all_users">[% 'Other users' follow-ups' | $T8 %]</label>
+         <label for="all_users">[% 'Other users\' follow-ups' | $T8 %]</label>
         </td>
        </tr>