Changeset 1449


Ignore:
Timestamp:
Jul 8, 2006, 8:23:43 PM (18 years ago)
Author:
chrisaga
Message:

merge from trunk r1447:1448 into branch 1.6 (admin forms improvements, ...)

Location:
branches/branch-1_6/template/yoga
Files:
6 edited

Legend:

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

    r1200 r1449  
    5656
    5757<!-- BEGIN move -->
    58 <fieldset>
     58<fieldset id="move">
    5959  <legend>{lang:Move}</legend>
    6060  {lang:Parent category}
    61   <select name="parent">
     61  <select class="categoryDropDown" name="parent">
    6262    <!-- BEGIN parent_option -->
    6363    <option class="{move.parent_option.CLASS}" {move.parent_option.SELECTED} value="{move.parent_option.VALUE}">{move.parent_option.OPTION}</option>
     
    6767<!-- END move -->
    6868
    69 <fieldset>
     69<fieldset id="options">
    7070  <legend>{lang:Options}</legend>
    7171  <table>
     
    109109
    110110<!-- BEGIN representant -->
    111 <fieldset>
     111<fieldset id="representant">
    112112  <legend>{lang:Representant}</legend>
    113113  <table>
     
    140140<form action="{F_ACTION}" method="POST" id="links">
    141141 
    142 <fieldset>
     142<fieldset id="linkAllNew">
    143143  <legend>{lang:Link all category elements to a new category}</legend>
    144144
     
    152152      <td>{lang:Parent category}</td>
    153153      <td>
    154         <select class="categoryList" name="parent">
     154        <select class="categoryDropDown" name="parent">
    155155          <!-- BEGIN category_option_parent -->
    156156          <option {category_option_parent.SELECTED} value="{category_option_parent.VALUE}">{category_option_parent.OPTION}</option>
     
    168168</fieldset>
    169169
    170 <fieldset>
     170<fieldset id="linkAllExist">
    171171  <legend>{lang:Link all category elements to some existing categories}</legend>
    172172
  • branches/branch-1_6/template/yoga/admin/configuration.tpl

    r1129 r1449  
    99<form method="post" action="{F_ACTION}" class="properties">
    1010
    11 <fieldset>
    1211<!-- BEGIN general -->
     12<fieldset id="generalConf">
    1313  <legend>{lang:conf_general_title}</legend>
    1414
     
    2525        <label for="page_banner">{lang:Page banner}</label>
    2626      </span>
    27       <textarea cols="50" rows="5" name="page_banner" id="page_banner" onfocus="this.className='focus';" onblur="this.className='nofocus';">{general.CONF_PAGE_BANNER}</textarea>
     27      <textarea class="description" name="page_banner" id="page_banner" onfocus="this.className='description focus';" onblur="this.className='description nofocus';">{general.CONF_PAGE_BANNER}</textarea>
    2828    </li>
    2929
     
    5959    </li>
    6060  </ul>
     61</fieldset>
    6162<!-- END general -->
    6263
    6364<!-- BEGIN comments -->
     65<fieldset id="commentsConf">
    6466  <legend>{lang:conf_comments_title}</legend>
    6567
     
    8486    </li>
    8587  </ul>
     88</fieldset>
    8689<!-- END comments -->
    8790<!-- BEGIN default -->
     91<fieldset id="commentsConf">
    8892  <legend>{lang:conf_default_title}</legend>
    8993
     
    158162    </li>
    159163  </ul>
     164</fieldset>
    160165<!-- END default -->
    161   </fieldset>
    162166
    163167  <p>
  • branches/branch-1_6/template/yoga/admin/default-layout.css

    r1394 r1449  
    8989}
    9090
     91TABLE.doubleSelect SELECT.categoryList {
     92  width: 100%;
     93}
     94
    9195FORM#categoryPermissions LI {
    9296  display:inline;
     
    9498}
    9599
     100FIELDSET#generalConf SPAN.property {
     101  width: 25%;
     102}
     103FIELDSET#generalConf TEXTAREA.description {
     104  width: 70%;
     105}
  • branches/branch-1_6/template/yoga/admin/site_update.tpl

    • Property svn:keywords set to Author Date Id Revision
    r1293 r1449  
    1 <!-- $Id: update.tpl 980 2005-12-10 15:24:53Z chrisaga $ -->
     1<!-- $Id$ -->
    22
    33<div class="titrePage">
     
    6262<form action="{F_ACTION}" method="post" id="update">
    6363
    64   <fieldset>
     64  <fieldset id="syncFiles">
    6565    <legend>{lang:update_sync_files}</legend>
    6666    <ul>
     
    7171  </fieldset>
    7272
    73   <fieldset>
     73  <fieldset id="syncMetadata">
    7474    <legend>{lang:update_sync_metadata}</legend>
    7575    {lang:update_used_metadata} : {METADATA_LIST}.<br/>
     
    8080  </fieldset>
    8181
    82   <fieldset>
     82  <fieldset id="syncSimulate">
    8383    <legend></legend>
    8484    <ul><li><label><input type="checkbox" name="simulate" value="1" checked="checked" {TAG_INPUT_ENABLED} /> {lang:update_simulate}</label></li></ul>
    8585  </fieldset>
    8686
    87   <fieldset>
     87  <fieldset id="catSubset">
    8888    <legend>{lang:update_cats_subset}</legend>
    8989    <ul>
    9090    <li>
    91     <select style="width:500px" name="cat" size="10">
     91    <select class="categoryList" name="cat" size="10">
    9292      <!-- BEGIN category_option -->
    9393      <option {introduction.category_option.SELECTED} value="{introduction.category_option.VALUE}">{introduction.category_option.OPTION}</option>
  • branches/branch-1_6/template/yoga/default-layout.css

    r1445 r1449  
    7676
    7777TEXTAREA.description {
    78   height: 100px;
    79   width: 500px;
     78  height: 6em;
     79  width: 40em;
    8080  overflow: auto;
    8181}
     
    8383SELECT.categoryList {
    8484  height: 20em;
    85   width: 30em;
     85  /*max-width: 60em;*/
     86  width: auto;
    8687}
    8788
  • branches/branch-1_6/template/yoga/fix-ie5-ie6.css

    r1445 r1449  
    1919/* to get less hugly checkboxes at least in tagSelection */
    2020/* as well as several forms */
    21 FORM#update INPUT,
     21FORM#update FIELDSET INPUT,
    2222UL.tagSelection LI INPUT,
    2323#content UL.thumbnails SPAN.wrap2 INPUT {
Note: See TracChangeset for help on using the changeset viewer.