summaryrefslogtreecommitdiffstats
path: root/templates/cache/default/admin/mm_ranks.html.php
diff options
context:
space:
mode:
Diffstat (limited to 'templates/cache/default/admin/mm_ranks.html.php')
-rw-r--r--templates/cache/default/admin/mm_ranks.html.php47
1 files changed, 0 insertions, 47 deletions
diff --git a/templates/cache/default/admin/mm_ranks.html.php b/templates/cache/default/admin/mm_ranks.html.php
deleted file mode 100644
index 3c6d50b..0000000
--- a/templates/cache/default/admin/mm_ranks.html.php
+++ /dev/null
@@ -1,47 +0,0 @@
-<?php
-if ($this->security()) {
-// INCLUDE page_header.html
-$this->assign_from_include('page_header.html');
-echo '
-<form method="post" action="' . ((isset($this->_tpldata['.'][0]['F_EDIT_RANKS'])) ? $this->_tpldata['.'][0]['F_EDIT_RANKS'] : '') . '" name="post">
-<table width="100%" border="0" cellspacing="1" cellpadding="2">
- <tr>
- <th align="center" colspan="4">' . ((isset($this->_tpldata['.'][0]['L_EDIT_RANKS_TITLE'])) ? $this->_tpldata['.'][0]['L_EDIT_RANKS_TITLE'] : ((isset($user->lang['EDIT_RANKS_TITLE'])) ? $user->lang['EDIT_RANKS_TITLE'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'EDIT_RANKS_TITLE'))) . ' }')) . '</th>
- </tr>
- <tr>
- <th align="left">' . ((isset($this->_tpldata['.'][0]['L_TITLE'])) ? $this->_tpldata['.'][0]['L_TITLE'] : ((isset($user->lang['TITLE'])) ? $user->lang['TITLE'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'TITLE'))) . ' }')) . '</th>
- <th align="center">' . ((isset($this->_tpldata['.'][0]['L_HIDE'])) ? $this->_tpldata['.'][0]['L_HIDE'] : ((isset($user->lang['HIDE'])) ? $user->lang['HIDE'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'HIDE'))) . ' }')) . '</th>
- <th align="left">' . ((isset($this->_tpldata['.'][0]['L_LIST_PREFIX'])) ? $this->_tpldata['.'][0]['L_LIST_PREFIX'] : ((isset($user->lang['LIST_PREFIX'])) ? $user->lang['LIST_PREFIX'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'LIST_PREFIX'))) . ' }')) . '</th>
- <th align="left">' . ((isset($this->_tpldata['.'][0]['L_LIST_SUFFIX'])) ? $this->_tpldata['.'][0]['L_LIST_SUFFIX'] : ((isset($user->lang['LIST_SUFFIX'])) ? $user->lang['LIST_SUFFIX'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'LIST_SUFFIX'))) . ' }')) . '</th>
- </tr>
- ';// BEGIN ranks_row
-$_ranks_row_count = (isset($this->_tpldata['ranks_row.'])) ? sizeof($this->_tpldata['ranks_row.']) : 0;
-if ($_ranks_row_count) {
-for ($_ranks_row_i = 0; $_ranks_row_i < $_ranks_row_count; $_ranks_row_i++)
-{
-echo '
- <tr class="' . ((isset($this->_tpldata['ranks_row.'][$_ranks_row_i]['ROW_CLASS'])) ? $this->_tpldata['ranks_row.'][$_ranks_row_i]['ROW_CLASS'] : '') . '">
- <td><input type="text" name="ranks[' . ((isset($this->_tpldata['ranks_row.'][$_ranks_row_i]['RANK_ID'])) ? $this->_tpldata['ranks_row.'][$_ranks_row_i]['RANK_ID'] : '') . ']" size="30" maxlength="50" value="' . ((isset($this->_tpldata['ranks_row.'][$_ranks_row_i]['RANK_NAME'])) ? $this->_tpldata['ranks_row.'][$_ranks_row_i]['RANK_NAME'] : '') . '" class="input" /></td>
- <td nowrap="nowrap" align="center"><input type="checkbox" name="hide[' . ((isset($this->_tpldata['ranks_row.'][$_ranks_row_i]['RANK_ID'])) ? $this->_tpldata['ranks_row.'][$_ranks_row_i]['RANK_ID'] : '') . ']" value="1"' . ((isset($this->_tpldata['ranks_row.'][$_ranks_row_i]['HIDE_CHECKED'])) ? $this->_tpldata['ranks_row.'][$_ranks_row_i]['HIDE_CHECKED'] : '') . ' /></td>
- <td nowrap="nowrap"><input type="text" name="prefix[' . ((isset($this->_tpldata['ranks_row.'][$_ranks_row_i]['RANK_ID'])) ? $this->_tpldata['ranks_row.'][$_ranks_row_i]['RANK_ID'] : '') . ']" size="35" maxlength="75" value="' . ((isset($this->_tpldata['ranks_row.'][$_ranks_row_i]['RANK_PREFIX'])) ? $this->_tpldata['ranks_row.'][$_ranks_row_i]['RANK_PREFIX'] : '') . '" class="input" /></td>
- <td nowrap="nowrap"><input type="text" name="suffix[' . ((isset($this->_tpldata['ranks_row.'][$_ranks_row_i]['RANK_ID'])) ? $this->_tpldata['ranks_row.'][$_ranks_row_i]['RANK_ID'] : '') . ']" size="35" maxlength="75" value="' . ((isset($this->_tpldata['ranks_row.'][$_ranks_row_i]['RANK_SUFFIX'])) ? $this->_tpldata['ranks_row.'][$_ranks_row_i]['RANK_SUFFIX'] : '') . '" class="input" /></td>
- </tr>
- ';}}
-// END ranks_row
-echo '
- <tr class="' . ((isset($this->_tpldata['.'][0]['ROW_CLASS'])) ? $this->_tpldata['.'][0]['ROW_CLASS'] : '') . '">
- <td><input type="text" name="ranks[' . ((isset($this->_tpldata['.'][0]['RANK_ID'])) ? $this->_tpldata['.'][0]['RANK_ID'] : '') . ']" size="30" maxlength="50" value="" class="input" /></td>
- <td nowrap="nowrap" align="center"><input type="checkbox" name="hide[' . ((isset($this->_tpldata['.'][0]['RANK_ID'])) ? $this->_tpldata['.'][0]['RANK_ID'] : '') . ']" value="1" /></td>
- <td nowrap="nowrap"><input type="text" name="prefix[' . ((isset($this->_tpldata['.'][0]['RANK_ID'])) ? $this->_tpldata['.'][0]['RANK_ID'] : '') . ']" size="35" maxlength="75" value="" class="input" /></td>
- <td nowrap="nowrap"><input type="text" name="suffix[' . ((isset($this->_tpldata['.'][0]['RANK_ID'])) ? $this->_tpldata['.'][0]['RANK_ID'] : '') . ']" size="35" maxlength="75" value="" class="input" /></td>
- </tr>
- <tr>
- <th align="center" colspan="4"><input type="submit" name="submit" value="' . ((isset($this->_tpldata['.'][0]['L_EDIT_RANKS'])) ? $this->_tpldata['.'][0]['L_EDIT_RANKS'] : ((isset($user->lang['EDIT_RANKS'])) ? $user->lang['EDIT_RANKS'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'EDIT_RANKS'))) . ' }')) . '" class="mainoption" /> <input type="reset" name="reset" value="' . ((isset($this->_tpldata['.'][0]['L_RESET'])) ? $this->_tpldata['.'][0]['L_RESET'] : ((isset($user->lang['RESET'])) ? $user->lang['RESET'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'RESET'))) . ' }')) . '" class="liteoption" /></th>
- </tr>
-</table>
-</form>
-';// INCLUDE page_tail.html
-$this->assign_from_include('page_tail.html');
-
-}
-?> \ No newline at end of file