Changeset 158961
- Timestamp:
- 09/29/2009 02:13:19 PM (17 years ago)
- File:
-
- 1 edited
-
a-slideshow/trunk/a-slideshow-options.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
a-slideshow/trunk/a-slideshow-options.php
r158960 r158961 143 143 </tr> 144 144 <tr> 145 <th scope="row" valign="top"><?php _e('Width', 'a-slideshow'); ?> <small><i>(<?php _e('in px', 'a-slideshow'); ?>)</i></small>< </th>145 <th scope="row" valign="top"><?php _e('Width', 'a-slideshow'); ?> <small><i>(<?php _e('in px', 'a-slideshow'); ?>)</i></small></th> 146 146 <td> 147 147 <input type="text" name="a_slideshow[width]" value="<?php echo stripslashes($a_slideshow['width']); ?>" size="20" /> … … 149 149 </tr> 150 150 <tr> 151 <th scope="row" valign="top"><?php _e('Height', 'a-slideshow'); ?> <small><i>(<?php _e('in px', 'a-slideshow'); ?>)</i></small>< </th>151 <th scope="row" valign="top"><?php _e('Height', 'a-slideshow'); ?> <small><i>(<?php _e('in px', 'a-slideshow'); ?>)</i></small></th> 152 152 <td> 153 153 <input type="text" name="a_slideshow[height]" value="<?php echo stripslashes($a_slideshow['height']); ?>" size="20" />
Note: See TracChangeset
for help on using the changeset viewer.