| | |
| | | <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>
|
| | |
| | | <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>
|