Changeset 1197649
- Timestamp:
- 07/13/2015 02:42:30 AM (11 years ago)
- File:
-
- 1 edited
-
print-money/trunk/admin.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
print-money/trunk/admin.php
r1197644 r1197649 32 32 <h3>Custom Image Selector - Theme Compatibility</h3> 33 33 <p>If the image is not showing on your theme, you'll have to add a class identifier for your theme. You can add multiple classes to target parts of your site Not sure what it is, try "blog" and update. <small>(other typical classes to try: blog,entry-content,entry-header)</small></p> 34 <input type="text" style="width:90%;" value="<?php echo implode(',',$settings['container']) ?>" input=" entry-content,elements-box,thn_post_wrap,list-inline,blog,post" name="container">34 <input type="text" style="width:90%;" value="<?php echo implode(',',$settings['container']) ?>" input="" name="container"> 35 35 <input class="button-primary" type="submit" value="Update" name="img-print-btn-cats-update" style="float:right;"> 36 36 </section>
Note: See TracChangeset
for help on using the changeset viewer.