source: extensions/user_mass_register/admin.tpl @ 19431

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

ability to force a username

File size: 722 bytes
Line 
1{literal}
2<style>
3fieldset p {text-align:left;margin:0;}
4</style>
5{/literal}
6
7<div class="titrePage">
8        <h2>User Mass Register</h2>
9</div>
10
11<fieldset>
12  <legend>{'Example'|@translate}</legend>
13  <p style="">
14    john.connor@gmail.com<br>
15    sarah.connor@hotmail.com; Sarah<br>
16    paul@anderson.com
17  </p>
18</fieldset>
19
20<fieldset>
21  <legend>{'Register users'|@translate}</legend>
22<form method="post" action="">
23  <p>
24{*
25    <strong>{'Email addresses'|@translate}</strong> {'(one on each line)'|@translate}<br>
26*}
27    <textarea name="users" style="width:500px;height:300px;">{$EMAILS}</textarea>
28  </p>
29
30  <p style="margin-top:10px"><input type="submit" name="submit" value="{'Submit'|@translate}"></p>
31
32</form>
33
34</fieldset>
Note: See TracBrowser for help on using the repository browser.