Ignore:
Timestamp:
Dec 15, 2012, 12:16:18 AM (11 years ago)
Author:
plg
Message:

ability to force a username

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/user_mass_register/admin.tpl

    r18826 r19431  
     1{literal}
     2<style>
     3fieldset p {text-align:left;margin:0;}
     4</style>
     5{/literal}
     6
    17<div class="titrePage">
    28        <h2>User Mass Register</h2>
    39</div>
    410
    5 <form method="post" action="" class="properties">
    6   <p style="text-align:left;">
     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{*
    725    <strong>{'Email addresses'|@translate}</strong> {'(one on each line)'|@translate}<br>
    8     <textarea name="emails" style="width:500px;height:300px;">{$EMAILS}</textarea>
     26*}
     27    <textarea name="users" style="width:500px;height:300px;">{$EMAILS}</textarea>
    928  </p>
    1029
    11   <p style="text-align:left;"><input type="submit" name="submit" value="{'Register users'|@translate}"></p>
     30  <p style="margin-top:10px"><input type="submit" name="submit" value="{'Submit'|@translate}"></p>
    1231
    1332</form>
     33
     34</fieldset>
Note: See TracChangeset for help on using the changeset viewer.