Changeset 622 for trunk/template


Ignore:
Timestamp:
Nov 25, 2004, 5:44:41 PM (20 years ago)
Author:
gweltas
Message:

Categories option management update.

  • Rewrite of the tpl file (no more table in it)
  • Deletion of duplicate entry in language files
  • French version
Location:
trunk/template/default
Files:
2 edited

Legend:

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

    r614 r622  
    1 <table width="100%" align="center">
    2   <tr class="admin">
    3     <th colspan="2">{L_TITLE}</th>
    4   </tr>
    5 </table>
    6 
    7 <form action="{F_ACTION}" method="post">
    8 
    9   <table>
    10     <tr>
    11       <td style="text-align:center;">{L_CAT_OPTIONS_TRUE}</td>
    12       <td></td>
    13       <td style="text-align:center;">{L_CAT_OPTIONS_FALSE}</td>
    14     </tr>
    15     <tr>
    16       <td>
    17   <select style="width:300px" multiple="multiple" name="cat_true[]" size="20">
     1<div class="admin">{L_CAT_TITLE}</div>
     2<form name="form1" method="post" action="{F_ACTION}" style="text-align:center;width:800px;">
     3<div style="clear:both;"></div>
     4<div style="height:auto;">
     5  <div style="float:left;padding:10px;width:300px;">
     6  <span class="titreMenu">{L_CAT_OPTIONS_TRUE}</span><br />
     7  <select style="height:auto;width:280px" name="cat_true[]" multiple="multiple" size="10">
    188    <!-- BEGIN category_option_true -->
    199    <option class="{category_option_true.CLASS}" {category_option_true.SELECTED} value="{category_option_true.VALUE}">{category_option_true.OPTION}</option>
    2010    <!-- END category_option_true -->
    2111  </select>
    22       </td>
    23       <td valign="middle">
    24   <input type="submit" value="&rarr;" name="falsify" style="font-size:15px;" class="bouton" />
    25   <br />
    26   <input type="submit" value="&larr;" name="trueify" style="font-size:15px;" class="bouton" />
    27       </td>
    28       <td>
    29   <select style="width:300px" multiple="multiple" name="cat_false[]" size="20">
     12  </div>
     13  <div style="float:left;padding-top:80px;padding-bottom:80px;text-align:center;width:160px;" >
     14    <input type="submit" value="&larr;" name="trueify" style="font-size:15px;" class="bouton" /><br/>
     15    <input type="submit" value="&rarr;" name="falsify" style="font-size:15px;" class="bouton" />
     16  </div>
     17  <div style="float:right;padding:10px;width:300px;">
     18   <span class="titreMenu">{L_CAT_OPTIONS_FALSE}</span><br />
     19  <select style="width:280px" name="cat_false[]" multiple="multiple" size="10">
    3020    <!-- BEGIN category_option_false -->
    3121    <option class="{category_option_false.CLASS}" {category_option_false.SELECTED} value="{category_option_false.VALUE}">{category_option_false.OPTION}</option>
    3222    <!-- END category_option_false -->
    3323  </select>
    34       </td>
    35     </tr>
    36   </table>
     24  </div>
     25</div>
     26<div style="clear:both;"></div>
     27<input type="reset" name="reset" value="{L_RESET}" class="bouton" />
     28</form>
     29<div class="information">{L_CAT_OPTIONS_INFO}</div>
    3730
    38   <p>{L_CAT_OPTIONS_INFO}</p>
    39 
    40   <p style="text-align:center;">
    41     <input type="reset" name="reset" value="{L_RESET}" class="bouton" />
    42   </p>
    43 
    44 </form>
  • trunk/template/default/default.css

    r621 r622  
    5151        font:                   bold 18pt 'Trebuchet MS', Verdana, sans-serif;
    5252        text-decoration:none;
    53         line-height:    120%;
    54 }
     53        line-height:    120%;
     54}
     55
    5556h2 {
    5657        font:                   bold 12pt Arial, Helvetica, sans-serif;
     
    351352
    352353div.information {
    353   text-align:center;
    354   border:2px solid #E0E0E0;
     354  text-align:left;
     355  font-size:14px;
     356  font-weight:bold;
    355357  margin:10px;
    356358  padding:5px;
Note: See TracChangeset for help on using the changeset viewer.