admin template/stylesheet fix
[mir.git] / templates / admin / head.template
index ea79e7c..52d1389 100755 (executable)
@@ -1,6 +1,6 @@
 <a name="top"></a>
 
-<table class="table_head" width="100%" cellspacing="0" cellpadding="0">
+<table class="table-head" width="100%" cellspacing="0" cellpadding="0">
        <tr>
                <td>
                        <img src="${config.docRoot}/img/logo_small.gif" border="0" align="middle">&nbsp;
@@ -8,10 +8,10 @@
                </td>
                <td align="right">
                        <if returnurl>
-                               <a href="${config.actionRoot}?${returnurl}"><span class="table_head">[ &lt; ] ${lang("back")}</span></a>&nbsp;&nbsp;|
+                               <a href="${config.actionRoot}?${returnurl}"><span class="table-head">[ &lt; ] ${lang("back")}</span></a>&nbsp;&nbsp;|
                        </if>
-                       <a href="${config.actionRoot}"><span class="table_head">${lang("head.start")}</span></a> |
-                       <a href="${config.actionRoot}?module=logout"><span class="table_head">${lang("head.logout")}</span></a>
+                       <a href="${config.actionRoot}"><span class="table-head">${lang("head.start")}</span></a> |
+                       <a href="${config.actionRoot}?module=logout"><span class="table-head">${lang("head.logout")}</span></a>
                </td>
        </tr>
 </table>