Changeset 2351:8fee74237ff5 for plugins
- Timestamp:
- 10/13/13 18:22:40 (12 years ago)
- Branch:
- 2.6
- Location:
- plugins
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/attachments/_admin.php
r1620 r2351 54 54 '<li class="media-action"><a class="attachment-remove" id="attachment-'.$f->media_id.'" '. 55 55 'href="post_media.php?post_id='.$post->post_id.'&media_id='.$f->media_id.'&remove=1">'. 56 '<img src="images/ check-off.png" alt="'.__('remove').'" /></a>'.56 '<img src="images/trash.png" alt="'.__('remove').'" /></a>'. 57 57 '</li>'. 58 58 -
plugins/blowupConfig/_admin.php
r1179 r2351 21 21 { 22 22 if ($id == 'default' && $core->auth->check('admin',$core->blog->id)) { 23 return '<p><a href="plugin.php?p=blowupConfig" class="button ">'.__('Theme configuration').'</a></p>';23 return '<p><a href="plugin.php?p=blowupConfig" class="button submit">'.__('Configure theme').'</a></p>'; 24 24 } 25 25 }
Note: See TracChangeset
for help on using the changeset viewer.