Changeset 1448 for trunk/template/yoga/admin/site_update.tpl
- Timestamp:
- Jul 8, 2006, 8:21:48 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.