Changeset 1878 for trunk/template/yoga


Ignore:
Timestamp:
Mar 7, 2007, 11:53:42 PM (17 years ago)
Author:
rub
Message:

Add tabsheet on administration pages.

Step 2: Regroup categories options into sheet Batch management.

On next commit, use of this new method on history and configuration

Location:
trunk/template/yoga
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/template/yoga/admin.tpl

    r1877 r1878  
    2929        <li><a href="{U_CATEGORIES}">{lang:manage}</a></li>
    3030        <li><a href="{U_MOVE}">{lang:Move}</a></li>
    31         <li><a href="{U_CAT_UPLOAD}">{lang:upload}</a></li>
    32         <li><a href="{U_CAT_COMMENTS}">{lang:comments}</a></li>
    33         <li><a href="{U_CAT_VISIBLE}">{lang:lock}</a></li>
    34         <li><a href="{U_CAT_STATUS}">{lang:cat_security}</a></li>
    35         <!-- BEGIN representative -->
    36         <li><a href="{representative.URL}">{lang:Representative}</a></li>
    37         <!-- END representative -->
     31        <li><a href="{U_CAT_OPTIONS}">{lang:Batch management}</a></li>
    3832        <li><a href="{U_PERMALINKS}">{lang:Permalinks}</a></li>
    3933      </ul>
  • trunk/template/yoga/admin/cat_options.tpl

    r1244 r1878  
    44    <li><a href="{U_HELP}" onclick="popuphelp(this.href); return false;" title="{lang:Help}"><img src="{themeconf:icon_dir}/help.png" class="button" alt="(?)"></a></li>
    55  </ul>
    6   <h2>{lang:title_cat_options}</h2>
     6  <h2>{lang:Batch management} {TABSHEET_TITLE}</h2>
     7  {TABSHEET}
    78</div>
    89
  • trunk/template/yoga/theme/p0w0/theme.css

    r1875 r1878  
    285285  border-radius: 6px 6px 0px 0px;       /* round corners with CSS3 compliant browsers */
    286286  -moz-border-radius: 6px 6px 0px 0px;  /* round corners with CSS3 compliant browsers */
    287   padding: 5px 4em 2px 4em;
     287  padding: 5px 2em 2px 2em;
    288288}
    289289
Note: See TracChangeset for help on using the changeset viewer.