source: tags/release-1_4_1/template/default/admin/user_perm.tpl @ 20379

Last change on this file since 20379 was 655, checked in by gweltas, 20 years ago
  • User permissions template migration
  • Categories inheritence has not yet been done
  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 460 bytes
Line 
1<div class="admin">{L_SELECT_USERNAME}</div>
2<form method="post" name="post" action="{F_SEARCH_USER_ACTION}">
3  <input type="text" name="username" maxlength="50" size="20" />
4  <input type="submit" name="submituser" value="{L_LOOKUP_USER}" class="bouton" />
5  <input type="submit" name="usersubmit" value="{L_FIND_USERNAME}" class="bouton" onClick="window.open('{U_SEARCH_USER}', '_phpwgsearch', 'HEIGHT=250,resizable=yes,WIDTH=400');return false;" />
6</form>
Note: See TracBrowser for help on using the repository browser.