Parcourir la source

Fix some minor design in skills

José Loguercio il y a 9 ans
Parent
commit
2d0d3e7717
1 fichiers modifiés avec 4 ajouts et 4 suppressions
  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>