Changeset 557:e4ca21f50855 for admin/post_media.php
- Timestamp:
- 07/10/11 11:48:44 (14 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/post_media.php
r500 r557 66 66 '<form action="post_media.php" method="post">'. 67 67 '<p>'.__('Are you sure you want to remove this attachment?').'</p>'. 68 '<p><input type="submit" class="reset" value="'.__(' cancel').'" /> '.69 ' <input type="submit" class="delete" name="remove" value="'.__(' yes').'" />'.68 '<p><input type="submit" class="reset" value="'.__('Cancel').'" /> '. 69 ' <input type="submit" class="delete" name="remove" value="'.__('Yes').'" />'. 70 70 form::hidden('post_id',$post_id). 71 71 form::hidden('media_id',$media_id).
Note: See TracChangeset
for help on using the changeset viewer.