Extra 'strong' tags removed
authorRoland Häder <roland@mxchange.org>
Sat, 29 Jan 2011 05:22:41 +0000 (05:22 +0000)
committerRoland Häder <roland@mxchange.org>
Sat, 29 Jan 2011 05:22:41 +0000 (05:22 +0000)
templates/de/html/admin/admin_add_cat.tpl

index 3214c7d333d27cba11eb23c142b0e8eeffb0db1b..d037f1d27fd0efa8d0c5da662ad7e5366a8f5544 100644 (file)
@@ -9,7 +9,7 @@
 
        <tr>
                <td align="right">
-                       <strong>{--ADMIN_ENTER_CATEGORY_NAME--}:</strong>
+                       {--ADMIN_ENTER_CATEGORY_NAME--}:
                </td>
                <td>
                        <input type="text" class="form_field" name="catname" size="30" maxlength="255" />
@@ -18,7 +18,7 @@
 
        <tr>
                <td align="right">
-                       <strong>{--ADMIN_SELECT_PARENT_CATEGORY--}</strong>
+                       {--ADMIN_SELECT_PARENT_CATEGORY--}
                </td>
                <td>
                        <select name="parent" size="1" class="form_select">
@@ -30,7 +30,7 @@
 
        <tr>
                <td class="bottom" align="right">
-                       <strong>{--ADMIN_CATEGORY_IS_VISIBLE--}</strong>
+                       {--ADMIN_CATEGORY_IS_VISIBLE--}
                </td>
                <td class="bottom">
                        <input type="radio" class="form_field" name="visible" value="Y" checked="checked" /> {--YES--}<br />