diff options
author | Paul S. Owen <psotfx@users.sourceforge.net> | 2001-10-11 20:06:46 +0000 |
---|---|---|
committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2001-10-11 20:06:46 +0000 |
commit | e2c755710fa55e69af45827c87547c687fefc1a4 (patch) | |
tree | 97f6def7e4ff88c19ec6637cf1b584aaf439fb5e /phpBB | |
parent | f7bb9cb7c9f9489debfffb3bef605323590574b7 (diff) | |
download | forums-e2c755710fa55e69af45827c87547c687fefc1a4.tar forums-e2c755710fa55e69af45827c87547c687fefc1a4.tar.gz forums-e2c755710fa55e69af45827c87547c687fefc1a4.tar.bz2 forums-e2c755710fa55e69af45827c87547c687fefc1a4.tar.xz forums-e2c755710fa55e69af45827c87547c687fefc1a4.zip |
Delete from viewtopic functionality for template + graphic
git-svn-id: file:///svn/phpbb/trunk@1172 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB')
-rw-r--r-- | phpBB/templates/subSilver/images/icon_delete.gif | bin | 0 -> 279 bytes | |||
-rw-r--r-- | phpBB/templates/subSilver/viewtopic_body.tpl | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/templates/subSilver/images/icon_delete.gif b/phpBB/templates/subSilver/images/icon_delete.gif Binary files differnew file mode 100644 index 0000000000..1153ba5b25 --- /dev/null +++ b/phpBB/templates/subSilver/images/icon_delete.gif diff --git a/phpBB/templates/subSilver/viewtopic_body.tpl b/phpBB/templates/subSilver/viewtopic_body.tpl index 7b0b9a7a39..aa0cb20c7a 100644 --- a/phpBB/templates/subSilver/viewtopic_body.tpl +++ b/phpBB/templates/subSilver/viewtopic_body.tpl @@ -40,7 +40,7 @@ {postrow.POST_DATE}<span class="gen"> </span> {L_POST_SUBJECT}: {postrow.POST_SUBJECT}</span></td> <td nowrap="nowrap" valign="top" align="right">{postrow.IP_IMG} {postrow.QUOTE_IMG} - {postrow.EDIT_IMG}</td> + {postrow.EDIT_IMG} {postrow.DELETE_IMG}</td> </tr> <tr> <td colspan="2"><hr /></td> |