Changeset 640 for trunk/template/default


Ignore:
Timestamp:
Dec 6, 2004, 11:28:32 PM (20 years ago)
Author:
plg
Message:
  • possibility to set an element as representant of its categories
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/template/default/admin/picture_modify.tpl

    r635 r640  
    106106
    107107</form>
     108
     109<form name="form2" method="post" action="{F_ACTION}" style="text-align:center;width:800px;">
     110
     111  <div style="clear:both;"></div>
     112
     113  <div style="height:auto;">
     114
     115    <div style="float:left;padding:10px;width:300px;">
     116      <span class="titreMenu">{L_REPRESENTS}</span><br />
     117      <select style="height:auto;width:280px" name="cat_elected[]" multiple="multiple" size="10">
     118        <!-- BEGIN elected_option -->
     119        <option class="{elected_option.CLASS}" {elected_option.SELECTED} value="{elected_option.VALUE}">{elected_option.OPTION}</option>
     120        <!-- END elected_option -->
     121      </select>
     122    </div>
     123
     124    <div style="float:left;padding-top:80px;padding-bottom:80px;text-align:center;width:160px;" >
     125      <input type="submit" value="&larr;" name="elect" style="font-size:15px;" class="bouton" /><br/>
     126      <input type="submit" value="&rarr;" name="dismiss" style="font-size:15px;" class="bouton" />
     127    </div>
     128
     129    <div style="float:right;padding:10px;width:300px;">
     130      <span class="titreMenu">{L_DOESNT_REPRESENT}</span><br />
     131      <select style="width:280px" name="cat_dismissed[]" multiple="multiple" size="10">
     132        <!-- BEGIN dismissed_option -->
     133        <option class="{dismissed_option.CLASS}" {dismissed_option.SELECTED} value="{dismissed_option.VALUE}">{dismissed_option.OPTION}</option>
     134        <!-- END dismissed_option -->
     135      </select>
     136    </div>
     137
     138  </div>
     139
     140  <div style="clear:both;"></div>
     141
     142  <input type="reset" name="reset" value="{L_RESET}" class="bouton" />
     143
     144</form>
Note: See TracChangeset for help on using the changeset viewer.