Changeset 1454


Ignore:
Timestamp:
Jul 9, 2006, 6:25:29 PM (18 years ago)
Author:
chrisaga
Message:

improve layout of cat_move admin page an change the id of cat_modify form

Location:
trunk/template/yoga/admin
Files:
3 edited

Legend:

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

    r1448 r1454  
    2323</ul>
    2424
    25 <form action="{F_ACTION}" method="POST" id="cat_modify">
     25<form action="{F_ACTION}" method="POST" id="catModify">
    2626
    2727<fieldset>
  • trunk/template/yoga/admin/cat_move.tpl

    r1085 r1454  
    77</div>
    88
    9 <form method="post" action="{F_ACTION}">
     9<form method="post" action="{F_ACTION}" class="filter" id="catMove">
    1010  <fieldset>
    1111    <legend>{lang:Virtual categories movement}</legend>
     
    1414      {lang:Virtual categories to move}
    1515
    16       <select class="categoryList" name="selection[]" multiple="multiple" size="30">
     16      <select class="categoryList" name="selection[]" multiple="multiple">
    1717        <!-- BEGIN category_option_selection -->
    1818        <option {category_option_selection.SELECTED} value="{category_option_selection.VALUE}">{category_option_selection.OPTION}</option>
     
    2424      {lang:New parent category}
    2525
    26       <select class="categoryList" name="parent">
     26      <select class="categoryDropDown" name="parent">
    2727        <!-- BEGIN category_option_parent -->
    2828        <option {category_option_parent.SELECTED} value="{category_option_parent.VALUE}">{category_option_parent.OPTION}</option>
  • trunk/template/yoga/admin/default-layout.css

    r1448 r1454  
    7171/* */
    7272
    73 FORM#cat_modify TABLE { width: auto; }
     73FORM#catModify TABLE { width: auto; }
    7474
    7575FIELDSET.elementEdit A {
Note: See TracChangeset for help on using the changeset viewer.