Changeset 1280


Ignore:
Timestamp:
Apr 27, 2006, 10:07:33 PM (18 years ago)
Author:
plg
Message:

bug 357 fixed: use 2 form to have the expected behaviour when pressing after
filling the "author" textfield.

improvement: use labels on targets to make them easier to select.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/branch-1_6/template/yoga/admin/element_set_global.tpl

    r1208 r1280  
    3131
    3232</fieldset>
     33
     34</form>
     35 
     36<form action="{F_ACTION}" method="post">
    3337
    3438<fieldset>
     
    140144  </table>
    141145
    142   <p style="text-align:center;">
     146  <p>
    143147    {lang:target}
    144     <input type="radio" name="target" value="all" /> {lang:all}
    145     <input type="radio" name="target" value="selection" checked="checked" /> {lang:selection}
     148    <label><input type="radio" name="target" value="all" /> {lang:all}</label>
     149    <label><input type="radio" name="target" value="selection" checked="checked" /> {lang:selection}</label>
    146150  </p>
    147151
    148152   
    149   <p style="text-align:center;"><input type="submit" value="{L_SUBMIT}" name="submit" {TAG_INPUT_ENABLED}/></p>
     153  <p><input type="submit" value="{L_SUBMIT}" name="submit" {TAG_INPUT_ENABLED}/></p>
    150154
    151155</fieldset>
Note: See TracChangeset for help on using the changeset viewer.