From a67daa8c8aa742525850108d362730499fddfdce Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Tue, 12 Mar 2013 11:10:44 +0100 Subject: [ticket/9657] Fix some more subsilver2 PHPBB3-9657 --- .../subsilver2/template/confirm_delete_body.html | 56 ++++++++++++++++++++++ phpBB/styles/subsilver2/template/posting_body.html | 29 +++++++---- .../styles/subsilver2/template/search_results.html | 4 +- .../styles/subsilver2/template/viewforum_body.html | 12 ++--- 4 files changed, 85 insertions(+), 16 deletions(-) create mode 100644 phpBB/styles/subsilver2/template/confirm_delete_body.html (limited to 'phpBB/styles/subsilver2') diff --git a/phpBB/styles/subsilver2/template/confirm_delete_body.html b/phpBB/styles/subsilver2/template/confirm_delete_body.html new file mode 100644 index 0000000000..9e416f5195 --- /dev/null +++ b/phpBB/styles/subsilver2/template/confirm_delete_body.html @@ -0,0 +1,56 @@ + + +
+ +
+ + + + + + + + +
{MESSAGE_TITLE}
+
+

{MESSAGE_TEXT}

+
+ + + + + + + + + + + + + + + +
{L_DELETE_PERMANENTLY}{L_COLON} + + {L_DELETE_TOPIC_PERMANENTLY}{L_DELETE_POST_PERMANENTLY} +
{L_DELETE_REASON}{L_COLON}
{L_DELETE_REASON_EXPLAIN}
+
+ + {S_HIDDEN_FIELDS} +    + +
+ +
+ +
+ +
+ + + +
+ +
+ + diff --git a/phpBB/styles/subsilver2/template/posting_body.html b/phpBB/styles/subsilver2/template/posting_body.html index 39f8f876ba..4f209988d6 100644 --- a/phpBB/styles/subsilver2/template/posting_body.html +++ b/phpBB/styles/subsilver2/template/posting_body.html @@ -114,13 +114,6 @@ - - - {L_DELETE_POST}{L_COLON} - [ {L_DELETE_POST_WARN} ] - - - {L_ICON}{L_COLON} @@ -310,7 +303,7 @@ -   + {L_CHANGE_TOPIC_TO}{L_POST_TOPIC_AS}{L_COLON} {topic_type.L_TOPIC_TYPE}   @@ -319,6 +312,26 @@ + + + {L_DELETE_POST}{L_COLON} + + + + + + + + + + + + +
{L_DELETE_POST_WARN}
{L_DELETE_POST_PERMANENTLY}
+ + + + {L_STICK_TOPIC_FOR}{L_COLON}
{L_STICKY_ANNOUNCE_TIME_LIMIT} diff --git a/phpBB/styles/subsilver2/template/search_results.html b/phpBB/styles/subsilver2/template/search_results.html index 6784e32785..d98079de20 100644 --- a/phpBB/styles/subsilver2/template/search_results.html +++ b/phpBB/styles/subsilver2/template/search_results.html @@ -39,8 +39,8 @@ {searchresults.UNAPPROVED_IMG}  - - {searchresults.DELETED_IMG}  + + {DELETED_IMG}  {REPORTED_IMG}  diff --git a/phpBB/styles/subsilver2/template/viewforum_body.html b/phpBB/styles/subsilver2/template/viewforum_body.html index 611613f17d..d07e9a1372 100644 --- a/phpBB/styles/subsilver2/template/viewforum_body.html +++ b/phpBB/styles/subsilver2/template/viewforum_body.html @@ -43,10 +43,10 @@ {NEWEST_POST_IMG} {topicrow.ATTACH_ICON_IMG} {topicrow.TOPIC_TYPE} {topicrow.TOPIC_TITLE} - {UNAPPROVED_IMG}  + {topicrow.UNAPPROVED_IMG}  - {topicrow.DELETED_IMG}  + {DELETED_IMG}  {REPORTED_IMG}  @@ -206,11 +206,11 @@ {NEWEST_POST_IMG} {topicrow.ATTACH_ICON_IMG} {topicrow.TOPIC_TYPE} {topicrow.TOPIC_TITLE} - {UNAPPROVED_IMG}  + {topicrow.UNAPPROVED_IMG}  + + + {DELETED_IMG}  - - {DELETED_IMG}  - {REPORTED_IMG}  -- cgit v1.2.1