Changeset 1565 for trunk/template/yoga/admin
- Timestamp:
- Oct 19, 2006, 2:41:07 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/template/yoga/admin/configuration.tpl
r1491 r1565 36 36 37 37 <li> 38 <span class="property">{lang:History}</span>39 <label><input type="radio" class="radio" name="log" value="true" {general.HISTORY_YES} />{lang:Yes}</label>40 <label><input type="radio" class="radio" name="log" value="false" {general.HISTORY_NO} />{lang:No}</label>41 </li>42 43 <li>44 38 <span class="property">{lang:Lock gallery}</span> 45 39 <label><input type="radio" class="radio" name="gallery_locked" value="true" {general.GALLERY_LOCKED_YES} />{lang:Yes}</label> 46 40 <label><input type="radio" class="radio" name="gallery_locked" value="false" {general.GALLERY_LOCKED_NO} />{lang:No}</label> 47 41 </li> 48 42 49 43 <li> 50 44 <span class="property">{lang:Rating}</span> … … 57 51 <label><input type="radio" class="radio" name="rate_anonymous" value="true" {general.RATE_ANONYMOUS_YES} />{lang:Yes}</label> 58 52 <label><input type="radio" class="radio" name="rate_anonymous" value="false" {general.RATE_ANONYMOUS_NO} />{lang:No}</label> 53 </li> 54 55 <li> 56 <fieldset> 57 <legend>{lang:History}</legend> 58 <ul> 59 <li> 60 <label><span class="property">{lang:Users}</span><input type="checkbox" name="log" {general.HISTORY_USERS} /></label> 61 </li> 62 63 <li> 64 <label><span class="property">{lang:user_status_admin}</span><input type="checkbox" name="history_admin" {general.HISTORY_ADMIN} /></label> 65 </li> 66 67 <li> 68 <label><span class="property">{lang:Guests}</span><input type="checkbox" name="history_guest" {general.HISTORY_GUEST} /></label> 69 </li> 70 71 <li> 72 <label><span class="property">{lang:Login history}</span><input type="checkbox" name="login_history" {general.LOGIN_HISTORY} /></label> 73 </li> 74 </ul> 75 </fieldset> 59 76 </li> 60 77 </ul>
Note: See TracChangeset
for help on using the changeset viewer.