Changeset 702 for trunk/forum/adm/style/acp_database.html
- Timestamp:
- Mar 31, 2010, 6:32:40 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/forum/adm/style/acp_database.html
r400 r702 71 71 <dl> 72 72 <dt><label for="where">{L_ACTION}:</label></dt> 73 <dd><label><input type="radio" class="radio" name="where" value="store_and_download" id="where" checked="checked" /> {L_STORE_AND_DOWNLOAD}</label> 74 <label><input type="radio" class="radio" name="where" value="store" /> {L_STORE_LOCAL}</label> 75 <label><input type="radio" class="radio" name="where" value="download" /> {L_DOWNLOAD}</label></dd> 73 <dd> 74 <label><input id="where" type="radio" class="radio" name="where" value="store" checked="checked" /> {L_STORE_LOCAL}</label> 75 <label><input type="radio" class="radio" name="where" value="download" /> {L_DOWNLOAD}</label> 76 </dd> 76 77 </dl> 77 78 <dl>
Note:
See TracChangeset
for help on using the changeset viewer.