]> git.vanrenterghem.biz Git - www.vanrenterghem.biz.git/blobdiff - phpBB2/cache/tpl_subSilver.admin.user_select_body.php
Verwijder verouderde bestanden.
[www.vanrenterghem.biz.git] / phpBB2 / cache / tpl_subSilver.admin.user_select_body.php
diff --git a/phpBB2/cache/tpl_subSilver.admin.user_select_body.php b/phpBB2/cache/tpl_subSilver.admin.user_select_body.php
deleted file mode 100644 (file)
index 349e24b..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-<?php
-
-// eXtreme Styles mod cache. Generated on Sun, 12 Jun 2005 15:50:39 -0400 (time=1118605839)
-
-?>
-<h1><?php echo isset($this->vars['L_USER_TITLE']) ? $this->vars['L_USER_TITLE'] : $this->lang('L_USER_TITLE'); ?></h1>
-
-<p><?php echo isset($this->vars['L_USER_EXPLAIN']) ? $this->vars['L_USER_EXPLAIN'] : $this->lang('L_USER_EXPLAIN'); ?></p>
-
-<form method="post" name="post" action="<?php echo isset($this->vars['S_USER_ACTION']) ? $this->vars['S_USER_ACTION'] : $this->lang('S_USER_ACTION'); ?>"><table cellspacing="1" cellpadding="4" border="0" align="center" class="forumline">
-       <tr>
-               <th class="thHead" align="center"><?php echo isset($this->vars['L_USER_SELECT']) ? $this->vars['L_USER_SELECT'] : $this->lang('L_USER_SELECT'); ?></th>
-       </tr>
-       <tr>
-               <td class="row1" align="center"><input type="text" class="post" name="username" maxlength="50" size="20" /> <input type="hidden" name="mode" value="edit" /><?php echo isset($this->vars['S_HIDDEN_FIELDS']) ? $this->vars['S_HIDDEN_FIELDS'] : $this->lang('S_HIDDEN_FIELDS'); ?><input type="submit" name="submituser" value="<?php echo isset($this->vars['L_LOOK_UP']) ? $this->vars['L_LOOK_UP'] : $this->lang('L_LOOK_UP'); ?>" class="mainoption" /> <input type="submit" name="usersubmit" value="<?php echo isset($this->vars['L_FIND_USERNAME']) ? $this->vars['L_FIND_USERNAME'] : $this->lang('L_FIND_USERNAME'); ?>" class="liteoption" onClick="window.open('<?php echo isset($this->vars['U_SEARCH_USER']) ? $this->vars['U_SEARCH_USER'] : $this->lang('U_SEARCH_USER'); ?>', '_phpbbsearch', 'HEIGHT=250,resizable=yes,WIDTH=400');return false;" /></td>
-       </tr>
-</table></form>