Changeset 1244 for trunk/template/yoga
- Timestamp:
- Apr 21, 2006, 11:07:19 PM (19 years ago)
- Location:
- trunk/template/yoga
- Files:
-
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/template/yoga/admin/cat_options.tpl
r980 r1244 14 14 </form> 15 15 16 <p class="information">{L_CAT_OPTIONS_INFO}</ div>16 <p class="information">{L_CAT_OPTIONS_INFO}</p> 17 17 -
trunk/template/yoga/admin/comments.tpl
r1085 r1244 2 2 3 3 <form method="post" action="{F_ACTION}"> 4 5 <input type="hidden" name="list" value="{LIST}" />6 7 4 <!-- BEGIN comment --> 8 5 <div class="comment"> … … 18 15 19 16 <p class="bottomButtons"> 17 <input type="hidden" name="list" value="{LIST}" /> 20 18 <input type="submit" name="submit" value="{lang:Submit}" {TAG_INPUT_ENABLED}/> 21 19 <input type="submit" name="validate-all" value="{lang:Validate All}" /> -
trunk/template/yoga/admin/element_set_unit.tpl
r1119 r1244 9 9 10 10 <form action="{F_ACTION}" method="POST"> 11 12 <input type="hidden" name="list" value="{IDS_LIST}" />13 14 11 <fieldset> 15 12 16 13 <legend>{lang:Display options}</legend> 17 14 <input type="hidden" name="list" value="{IDS_LIST}" /> 18 15 <p>{lang:elements per page} : 19 16 <a href="{U_ELEMENTS_PAGE}&display=5">5</a> -
trunk/template/yoga/admin/rating.tpl
r1217 r1244 29 29 30 30 <input type="submit" name="submit_filter" value="{lang:Submit}" /> 31 <input type="hidden" name="page" value="rating" /> 31 32 </fieldset> 32 <input type="hidden" name="page" value="rating" />33 33 </form> 34 34 -
trunk/template/yoga/admin/tags.tpl
r1119 r1244 6 6 7 7 <!-- BEGIN edit_tags --> 8 <input type="hidden" name="edit_list" value="{edit_tags.LIST}" />9 10 8 <fieldset> 11 9 <legend>{lang:Edit tags}</legend> 12 10 <input type="hidden" name="edit_list" value="{edit_tags.LIST}" /> 13 11 <table class="table2"> 14 12 <tr class="throw"> -
trunk/template/yoga/admin/user_list.tpl
r1087 r1244 15 15 </form> 16 16 17 <form class="filter" method="get" name="filter" action="{F_FILTER_ACTION}"> 18 17 <form class="filter" method="get" name="filter" action="{F_FILTER_ACTION}"> 18 <fieldset> 19 <legend>{lang:Filter}</legend> 19 20 <input type="hidden" name="page" value="user_list" /> 20 21 <!-- BEGIN session -->22 <input type="hidden" name="id" value="{session.ID}" />23 <!-- END session -->24 25 <fieldset>26 27 <legend>{lang:Filter}</legend>28 29 21 30 22 <label>{lang:Username} <input type="text" name="username" value="{F_USERNAME}" /></label> … … 304 296 <p> 305 297 {lang:target} 306 <label><input type="radio" name="target" value="all" /> {lang:all} 307 <label><input type="radio" name="target" value="selection" checked="checked" /> {lang:selection} 298 <label><input type="radio" name="target" value="all" /> {lang:all}</label> 299 <label><input type="radio" name="target" value="selection" checked="checked" /> {lang:selection}</label> 308 300 </p> 309 301 -
trunk/template/yoga/admin/waiting.tpl
r1085 r1244 3 3 4 4 <form action="{F_ACTION}" method="post" id="waiting"> 5 6 <input type="hidden" name="list" value="{LIST}" />7 8 5 <table style="width:100%;" > 9 6 <tr class="throw"> … … 39 36 40 37 <p class="bottomButtons"> 38 <input type="hidden" name="list" value="{LIST}" /> 41 39 <input type="submit" name="submit" value="{lang:Submit}" {TAG_INPUT_ENABLED}/> 42 40 <input type="submit" name="validate-all" value="{lang:Validate All}" {TAG_INPUT_ENABLED}/> -
trunk/template/yoga/profile.tpl
r1129 r1244 20 20 <form method="post" name="profile" action="{F_ACTION}" id="profile" class="properties"> 21 21 22 <input type="hidden" name="userid" value="{USERID}" />23 24 22 <fieldset> 25 23 <legend>{L_REGISTRATION_INFO}</legend> 26 24 <input type="hidden" name="userid" value="{USERID}" /> 27 25 <ul> 28 26 <li>
Note: See TracChangeset
for help on using the changeset viewer.