Ignore:
Timestamp:
Aug 30, 2012, 6:02:48 PM (12 years ago)
Author:
plg
Message:

new feature: ability to select the property to update (title, description, author, tags)

new feature: ability to select the separator (tab, space, comma, semicolon)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/properties_mass_update/admin_update.tpl

    r15389 r17671  
    1111  </p>
    1212<input type="file" name="update">
     13</fieldset>
     14
     15<fieldset>
     16  <legend>{'Options'|@translate}</legend>
     17
     18  <p style="margin:0 0 15px 0;">
     19    <strong>{'Separator'|@translate}</strong>
     20    <br>
     21    <select name="separator">
     22      <option value="tab">{'tab'|@translate}</option>
     23      <option value="space">{'space'|@translate}</option>
     24      <option value="comma">, ({'comma'|@translate})</option>
     25      <option value="semicolon">; ({'semicolon'|@translate})</option>
     26    </select>
     27  </p>
     28
     29  <p style="margin:0;">
     30    <strong>{'Property to update'|@translate}</strong>
     31    <br>
     32    <select name="property">
     33      <option value="name">{'Title'|@translate}</option>
     34      <option value="comment">{'Description'|@translate}</option>
     35      <option value="author">{'Author'|@translate}</option>
     36      <option value="tags">{'Tags'|@translate} {'(comma separated)'|@translate}</option>
     37    </select>
     38  </p>
     39
     40</fieldset>
     41
    1342<p style="text-align:left">
    1443<input class="submit" type="submit" name="validate" value="{'Submit'|@translate}">
    1544</p>
    16 </fieldset>
    1745</form>
Note: See TracChangeset for help on using the changeset viewer.