Changeset 1448 for trunk/template/yoga/admin
- Timestamp:
- Jul 8, 2006, 8:21:48 PM (18 years ago)
- Location:
- trunk/template/yoga/admin
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/template/yoga/admin/cat_modify.tpl
r1199 r1448 56 56 57 57 <!-- BEGIN move --> 58 <fieldset >58 <fieldset id="move"> 59 59 <legend>{lang:Move}</legend> 60 60 {lang:Parent category} 61 <select name="parent">61 <select class="categoryDropDown" name="parent"> 62 62 <!-- BEGIN parent_option --> 63 63 <option class="{move.parent_option.CLASS}" {move.parent_option.SELECTED} value="{move.parent_option.VALUE}">{move.parent_option.OPTION}</option> … … 67 67 <!-- END move --> 68 68 69 <fieldset >69 <fieldset id="options"> 70 70 <legend>{lang:Options}</legend> 71 71 <table> … … 109 109 110 110 <!-- BEGIN representant --> 111 <fieldset >111 <fieldset id="representant"> 112 112 <legend>{lang:Representant}</legend> 113 113 <table> … … 140 140 <form action="{F_ACTION}" method="POST" id="links"> 141 141 142 <fieldset >142 <fieldset id="linkAllNew"> 143 143 <legend>{lang:Link all category elements to a new category}</legend> 144 144 … … 152 152 <td>{lang:Parent category}</td> 153 153 <td> 154 <select class="category List" name="parent">154 <select class="categoryDropDown" name="parent"> 155 155 <!-- BEGIN category_option_parent --> 156 156 <option {category_option_parent.SELECTED} value="{category_option_parent.VALUE}">{category_option_parent.OPTION}</option> … … 168 168 </fieldset> 169 169 170 <fieldset >170 <fieldset id="linkAllExist"> 171 171 <legend>{lang:Link all category elements to some existing categories}</legend> 172 172 -
trunk/template/yoga/admin/configuration.tpl
r1129 r1448 9 9 <form method="post" action="{F_ACTION}" class="properties"> 10 10 11 <fieldset>12 11 <!-- BEGIN general --> 12 <fieldset id="generalConf"> 13 13 <legend>{lang:conf_general_title}</legend> 14 14 … … 25 25 <label for="page_banner">{lang:Page banner}</label> 26 26 </span> 27 <textarea c ols="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> 28 28 </li> 29 29 … … 59 59 </li> 60 60 </ul> 61 </fieldset> 61 62 <!-- END general --> 62 63 63 64 <!-- BEGIN comments --> 65 <fieldset id="commentsConf"> 64 66 <legend>{lang:conf_comments_title}</legend> 65 67 … … 84 86 </li> 85 87 </ul> 88 </fieldset> 86 89 <!-- END comments --> 87 90 <!-- BEGIN default --> 91 <fieldset id="commentsConf"> 88 92 <legend>{lang:conf_default_title}</legend> 89 93 … … 158 162 </li> 159 163 </ul> 164 </fieldset> 160 165 <!-- END default --> 161 </fieldset>162 166 163 167 <p> -
trunk/template/yoga/admin/default-layout.css
r1395 r1448 89 89 } 90 90 91 TABLE.doubleSelect SELECT.categoryList { 92 width: 100%; 93 } 94 91 95 FORM#categoryPermissions LI { 92 96 display:inline; … … 94 98 } 95 99 100 FIELDSET#generalConf SPAN.property { 101 width: 25%; 102 } 103 FIELDSET#generalConf TEXTAREA.description { 104 width: 70%; 105 } -
trunk/template/yoga/admin/site_update.tpl
-
Property
svn:keywords
set to
Author Date Id Revision
r1294 r1448 1 <!-- $Id : update.tpl 980 2005-12-10 15:24:53Z chrisaga$ -->1 <!-- $Id$ --> 2 2 3 3 <div class="titrePage"> … … 62 62 <form action="{F_ACTION}" method="post" id="update"> 63 63 64 <fieldset >64 <fieldset id="syncFiles"> 65 65 <legend>{lang:update_sync_files}</legend> 66 66 <ul> … … 71 71 </fieldset> 72 72 73 <fieldset >73 <fieldset id="syncMetadata"> 74 74 <legend>{lang:update_sync_metadata}</legend> 75 75 {lang:update_used_metadata} : {METADATA_LIST}.<br/> … … 80 80 </fieldset> 81 81 82 <fieldset >82 <fieldset id="syncSimulate"> 83 83 <legend></legend> 84 84 <ul><li><label><input type="checkbox" name="simulate" value="1" checked="checked" {TAG_INPUT_ENABLED} /> {lang:update_simulate}</label></li></ul> 85 85 </fieldset> 86 86 87 <fieldset >87 <fieldset id="catSubset"> 88 88 <legend>{lang:update_cats_subset}</legend> 89 89 <ul> 90 90 <li> 91 <select style="width:500px" name="cat" size="10">91 <select class="categoryList" name="cat" size="10"> 92 92 <!-- BEGIN category_option --> 93 93 <option {introduction.category_option.SELECTED} value="{introduction.category_option.VALUE}">{introduction.category_option.OPTION}</option> -
Property
svn:keywords
set to
Note: See TracChangeset
for help on using the changeset viewer.