source: extension/user_mass_register/admin.tpl @ 18826

Last change on this file since 18826 was 18826, checked in by plg, 11 years ago

new plugin to register many users at once

File size: 439 bytes
Line 
1<div class="titrePage">
2        <h2>User Mass Register</h2>
3</div>
4
5<form method="post" action="" class="properties">
6  <p style="text-align:left;">
7    <strong>{'Email addresses'|@translate}</strong> {'(one on each line)'|@translate}<br>
8    <textarea name="emails" style="width:500px;height:300px;">{$EMAILS}</textarea>
9  </p>
10
11  <p style="text-align:left;"><input type="submit" name="submit" value="{'Register users'|@translate}"></p>
12
13</form>
Note: See TracBrowser for help on using the repository browser.