Changeset 7883 for trunk/wp-admin/link-import.php
- Timestamp:
- 05/04/2008 10:37:06 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/link-import.php
r7304 r7883 31 31 <input type="hidden" name="MAX_FILE_SIZE" value="30000" /> 32 32 <div style="width: 48%;" class="alignleft"> 33 <h3>< ?php _e('Specify an OPML URL:'); ?></h3>34 <input type="text" name="opml_url" size="50" style="width: 90%;" value="http://" />33 <h3><label for="opml_url"><?php _e('Specify an OPML URL:'); ?></label></h3> 34 <input type="text" name="opml_url" id="opml_url" size="50" style="width: 90%;" value="http://" /> 35 35 </div> 36 36 37 37 <div style="width: 48%;" class="alignleft"> 38 <h3>< ?php _e('Or choose from your local disk:'); ?></h3>38 <h3><label for="userfile"><?php _e('Or choose from your local disk:'); ?></label></h3> 39 39 <input id="userfile" name="userfile" type="file" size="30" /> 40 40 </div> … … 42 42 </div> 43 43 44 <p style="clear: both; margin-top: 1em;">< ?php _e('Now select a category you want to put these links in.') ?><br />45 <?php _e('Category:') ?> <select name="cat_id" >44 <p style="clear: both; margin-top: 1em;"><label for="cat_id"><?php _e('Now select a category you want to put these links in.') ?></label><br /> 45 <?php _e('Category:') ?> <select name="cat_id" id="cat_id"> 46 46 <?php 47 47 $categories = get_terms('link_category', 'get=all');
Note: See TracChangeset
for help on using the changeset viewer.