Explorar o código

Fix some minor design in skills

José Loguercio %!s(int64=9) %!d(string=hai) anos
pai
achega
2d0d3e7717
Modificáronse 1 ficheiros con 4 adicións e 4 borrados
  1. 4 4
      main/template/default/skill/list.tpl

+ 4 - 4
main/template/default/skill/list.tpl

@@ -14,10 +14,10 @@
         </thead>
         <tfoot>
             <tr>
-                <th width="200">{{ "Name" | get_lang }}</th>
-                <th class="text-center">{{ "ShortName" | get_lang }}</th>
-                <th width="300">{{ "Description" | get_lang }}</th>
-                <th class="text-right">{{ "Options" | get_lang }}</th>
+                <th>{{ "Name" | get_lang }}</th>
+                <th>{{ "ShortCode" | get_lang }}</th>
+                <th>{{ "Description" | get_lang }}</th>
+                <th>{{ "Options" | get_lang }}</th>
             </tr>
         </tfoot>
         <tbody>