karailiev
2008-11-21 95049e696e5e75a0eee83bdebe7f4f0eb873141a
interface/web/admin/templates/language_list.htm
@@ -20,6 +20,7 @@
          <tr>
            <th class="tbl_col_module" scope="col"><tmpl_var name="module_txt"></th>
            <th class="tbl_col_lang_file" scope="col"><tmpl_var name="lang_file_txt"></th>
            <th scope="col"><tmpl_var name="lang_file_date_txt"></th>
          </tr>
        </thead>
        <tbody>
@@ -27,12 +28,13 @@
          <tr class="tbl_row_<tmpl_if name='__EVEN__'}even<tmpl_else>uneven</tmpl_if>">
            <td class="tbl_col_module"><a href="#" onClick="loadContent('admin/language_edit.php?module={tmpl_var name="module"}&lang_file={tmpl_var name="lang_file"}&lang={tmpl_var name="lang"}');">{tmpl_var name="module"}</a></td>
            <td class="tbl_col_lang_file"><a href="#" onClick="loadContent('admin/language_edit.php?module={tmpl_var name="module"}&lang_file={tmpl_var name="lang_file"}&lang={tmpl_var name="lang"}');">{tmpl_var name="lang_file"}</a></td>
            <td><a href="#" onClick="loadContent('admin/language_edit.php?module={tmpl_var name="module"}&lang_file={tmpl_var name="lang_file"}&lang={tmpl_var name="lang"}');">{tmpl_var name="lang_file_date"}</a></td>
          </tr>
          </tmpl_loop>
        </tbody>
        <tfoot>
          <tr>
            <td class="tbl_footer tbl_paging" colspan="2"><tmpl_var name="paging"></td>
            <td class="tbl_footer tbl_paging" colspan="3"><tmpl_var name="paging"></td>
          </tr>
        </tfoot>
      </table>