Ignore:
Timestamp:
Sep 26, 2008, 7:06:07 PM (16 years ago)
Author:
vdigital
Message:

Rollback on double_select horizontal scroll.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/template/goto/double_select.tpl

    r2590 r2596  
    44    <td>
    55      <h3>{$L_CAT_OPTIONS_TRUE}</h3>
    6       <div class="hscroll">
    7         <select class="categoryList" name="cat_true[]" multiple="multiple" size="30">
    8           {html_options options=$category_option_true selected=$category_option_true_selected}
    9         </select>
    10       </div>
     6      <select class="categoryList" name="cat_true[]" multiple="multiple" size="30">
     7        {html_options options=$category_option_true selected=$category_option_true_selected}
     8      </select>
    119      <p><input class="submit" type="submit" value="&raquo;" name="falsify" style="font-size:15px;" {$TAG_INPUT_ENABLED}/></p>
    1210    </td>
    1311
    1412    <td>
    15       <div class="right">
    16         <h3>{$L_CAT_OPTIONS_FALSE}</h3>
    17         <div class="hscroll">
    18           <select class="categoryList" name="cat_false[]" multiple="multiple" size="30">
    19             {html_options options=$category_option_false selected=$category_option_false_selected}
    20           </select>
    21         </div>
    22         <p><input class="submit" type="submit" value="&laquo;" name="trueify" style="font-size:15px;" {$TAG_INPUT_ENABLED}/></p>
    23       </div>
    24       </td>
     13      <h3>{$L_CAT_OPTIONS_FALSE}</h3>
     14      <select class="categoryList" name="cat_false[]" multiple="multiple" size="30">
     15        {html_options options=$category_option_false selected=$category_option_false_selected}
     16      </select>
     17      <p><input class="submit" type="submit" value="&laquo;" name="trueify" style="font-size:15px;" {$TAG_INPUT_ENABLED}/></p>
     18    </td>
    2519  </tr>
    2620</table>
Note: See TracChangeset for help on using the changeset viewer.