Changeset 5579
- Timestamp:
- 03/09/08 05:57:22 (10 months ago)
- Location:
- trunk
- Files:
-
- 2 modified
-
interface/owner/entry/index.php (modified) (1 diff)
-
style/system.css (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/interface/owner/entry/index.php
r5382 r5579 927 927 <span class="label"><?php echo _t('선택한 글을');?></span> 928 928 <select name="commandBox" id="commandBox" onchange="toggleDeleteButton(this)"> 929 <option selected="selected" style="font-style:italic"><?php echo _t('[행동을 지정합니다.]');?></option>929 <option class="default" selected="selected"><?php echo _t('[행동을 지정합니다.]');?></option> 930 930 <?php 931 931 $categories = getCategories($blogid); -
trunk/style/system.css
r5578 r5579 34 34 z-index: 100; 35 35 } 36 37 select#commandBox option.default 38 { 39 font-style: italic; 40 }
