From 4defd8a8306fa8daa25427a37fb6db00bff390c7 Mon Sep 17 00:00:00 2001 From: Henry Sudhof Date: Wed, 3 Oct 2007 15:05:54 +0000 Subject: Ok, here comes a big one. Poor updater. Also requires testing. #i91 #i92 #i93 #i94 #i95 #i96 git-svn-id: file:///svn/phpbb/trunk@8120 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/styles/prosilver/template/confirm_body.html | 1 + phpBB/styles/prosilver/template/index_body.html | 3 ++- phpBB/styles/prosilver/template/login_body.html | 1 + phpBB/styles/prosilver/template/login_forum.html | 2 +- phpBB/styles/prosilver/template/mcp_approve.html | 2 +- phpBB/styles/prosilver/template/mcp_ban.html | 2 +- phpBB/styles/prosilver/template/mcp_forum.html | 2 +- phpBB/styles/prosilver/template/mcp_front.html | 2 +- phpBB/styles/prosilver/template/mcp_logs.html | 1 + phpBB/styles/prosilver/template/mcp_move.html | 2 +- phpBB/styles/prosilver/template/mcp_notes_front.html | 2 +- phpBB/styles/prosilver/template/mcp_notes_user.html | 2 +- phpBB/styles/prosilver/template/mcp_post.html | 10 +++++----- phpBB/styles/prosilver/template/mcp_queue.html | 2 +- phpBB/styles/prosilver/template/mcp_reports.html | 2 +- phpBB/styles/prosilver/template/mcp_topic.html | 1 + phpBB/styles/prosilver/template/mcp_viewlogs.html | 2 +- phpBB/styles/prosilver/template/mcp_warn_front.html | 2 +- phpBB/styles/prosilver/template/mcp_warn_list.html | 2 +- phpBB/styles/prosilver/template/mcp_warn_post.html | 2 +- phpBB/styles/prosilver/template/mcp_warn_user.html | 2 +- phpBB/styles/prosilver/template/memberlist_email.html | 2 +- phpBB/styles/prosilver/template/memberlist_im.html | 2 +- phpBB/styles/prosilver/template/memberlist_search.html | 2 +- phpBB/styles/prosilver/template/posting_layout.html | 2 +- phpBB/styles/prosilver/template/report_body.html | 1 + phpBB/styles/prosilver/template/ucp_agreement.html | 1 + phpBB/styles/prosilver/template/ucp_attachments.html | 2 +- phpBB/styles/prosilver/template/ucp_footer.html | 1 + phpBB/styles/prosilver/template/ucp_groups_manage.html | 2 +- phpBB/styles/prosilver/template/ucp_groups_membership.html | 2 +- phpBB/styles/prosilver/template/ucp_main_bookmarks.html | 2 +- phpBB/styles/prosilver/template/ucp_main_drafts.html | 1 + phpBB/styles/prosilver/template/ucp_main_subscribed.html | 2 +- phpBB/styles/prosilver/template/ucp_pm_message_footer.html | 2 +- phpBB/styles/prosilver/template/ucp_pm_options.html | 2 +- phpBB/styles/prosilver/template/ucp_pm_viewfolder.html | 1 + phpBB/styles/prosilver/template/ucp_prefs_personal.html | 2 +- phpBB/styles/prosilver/template/ucp_prefs_post.html | 2 +- phpBB/styles/prosilver/template/ucp_prefs_view.html | 2 +- phpBB/styles/prosilver/template/ucp_profile_avatar.html | 2 +- phpBB/styles/prosilver/template/ucp_profile_profile_info.html | 2 +- phpBB/styles/prosilver/template/ucp_profile_reg_details.html | 2 +- phpBB/styles/prosilver/template/ucp_profile_signature.html | 2 +- phpBB/styles/prosilver/template/ucp_register.html | 2 +- phpBB/styles/prosilver/template/ucp_remind.html | 1 + phpBB/styles/prosilver/template/ucp_resend.html | 1 + phpBB/styles/prosilver/template/ucp_zebra_foes.html | 2 +- phpBB/styles/prosilver/template/ucp_zebra_friends.html | 2 +- phpBB/styles/prosilver/template/viewtopic_body.html | 3 ++- 50 files changed, 56 insertions(+), 43 deletions(-) (limited to 'phpBB/styles/prosilver') diff --git a/phpBB/styles/prosilver/template/confirm_body.html b/phpBB/styles/prosilver/template/confirm_body.html index 5b783915a4..bc61b0a392 100644 --- a/phpBB/styles/prosilver/template/confirm_body.html +++ b/phpBB/styles/prosilver/template/confirm_body.html @@ -1,6 +1,7 @@
+{S_FORM_TOKEN}
diff --git a/phpBB/styles/prosilver/template/index_body.html b/phpBB/styles/prosilver/template/index_body.html index 1214ebb946..95e9304943 100644 --- a/phpBB/styles/prosilver/template/index_body.html +++ b/phpBB/styles/prosilver/template/index_body.html @@ -16,7 +16,8 @@ -

{L_LOGIN_LOGOUT}  •  {L_REGISTER}

+ {S_FORM_TOKEN} +

{L_LOGIN_LOGOUT}  •  {L_REGISTER}

- +{S_FORM_TOKEN} \ No newline at end of file diff --git a/phpBB/styles/prosilver/template/mcp_front.html b/phpBB/styles/prosilver/template/mcp_front.html index 71126aab01..3431d4f925 100644 --- a/phpBB/styles/prosilver/template/mcp_front.html +++ b/phpBB/styles/prosilver/template/mcp_front.html @@ -55,7 +55,7 @@
{L_MARK_ALL} :: {L_UNMARK_ALL}
- + {S_FORM_TOKEN} diff --git a/phpBB/styles/prosilver/template/mcp_logs.html b/phpBB/styles/prosilver/template/mcp_logs.html index fb82e4168c..415cee547d 100644 --- a/phpBB/styles/prosilver/template/mcp_logs.html +++ b/phpBB/styles/prosilver/template/mcp_logs.html @@ -79,6 +79,7 @@
+ {S_FORM_TOKEN}
diff --git a/phpBB/styles/prosilver/template/mcp_move.html b/phpBB/styles/prosilver/template/mcp_move.html index cde4f95257..59c69795d1 100644 --- a/phpBB/styles/prosilver/template/mcp_move.html +++ b/phpBB/styles/prosilver/template/mcp_move.html @@ -30,7 +30,7 @@ - +{S_FORM_TOKEN} \ No newline at end of file diff --git a/phpBB/styles/prosilver/template/mcp_notes_front.html b/phpBB/styles/prosilver/template/mcp_notes_front.html index b54115f7e8..dda7ff90d3 100644 --- a/phpBB/styles/prosilver/template/mcp_notes_front.html +++ b/phpBB/styles/prosilver/template/mcp_notes_front.html @@ -22,7 +22,7 @@   - +{S_FORM_TOKEN} \ No newline at end of file diff --git a/phpBB/styles/prosilver/template/mcp_notes_user.html b/phpBB/styles/prosilver/template/mcp_notes_user.html index 480ec47b3a..19f2faacbe 100644 --- a/phpBB/styles/prosilver/template/mcp_notes_user.html +++ b/phpBB/styles/prosilver/template/mcp_notes_user.html @@ -116,7 +116,7 @@
{L_MARK_ALL}{L_UNMARK_ALL}
- +{S_FORM_TOKEN} \ No newline at end of file diff --git a/phpBB/styles/prosilver/template/mcp_post.html b/phpBB/styles/prosilver/template/mcp_post.html index 7ccec8f7e8..5a3ba7f24c 100644 --- a/phpBB/styles/prosilver/template/mcp_post.html +++ b/phpBB/styles/prosilver/template/mcp_post.html @@ -33,7 +33,7 @@ - + {S_FORM_TOKEN} @@ -61,7 +61,7 @@

- + {S_FORM_TOKEN} @@ -122,7 +122,7 @@ - + {S_FORM_TOKEN} @@ -139,7 +139,7 @@ - + {S_FORM_TOKEN} @@ -197,7 +197,7 @@   - + {S_FORM_TOKEN} diff --git a/phpBB/styles/prosilver/template/mcp_queue.html b/phpBB/styles/prosilver/template/mcp_queue.html index 744b46e380..805d7d7e09 100644 --- a/phpBB/styles/prosilver/template/mcp_queue.html +++ b/phpBB/styles/prosilver/template/mcp_queue.html @@ -90,7 +90,7 @@
{L_MARK_ALL} :: {L_UNMARK_ALL}
- +{S_FORM_TOKEN} \ No newline at end of file diff --git a/phpBB/styles/prosilver/template/mcp_reports.html b/phpBB/styles/prosilver/template/mcp_reports.html index 89c9276f3d..a515c4f7ed 100644 --- a/phpBB/styles/prosilver/template/mcp_reports.html +++ b/phpBB/styles/prosilver/template/mcp_reports.html @@ -79,7 +79,7 @@
{L_MARK_ALL} :: {L_UNMARK_ALL}
- +{S_FORM_TOKEN} \ No newline at end of file diff --git a/phpBB/styles/prosilver/template/mcp_topic.html b/phpBB/styles/prosilver/template/mcp_topic.html index acbe140ebf..111030914d 100644 --- a/phpBB/styles/prosilver/template/mcp_topic.html +++ b/phpBB/styles/prosilver/template/mcp_topic.html @@ -164,6 +164,7 @@ onload_functions.push('subPanels()'); {S_HIDDEN_FIELDS} +{S_FORM_TOKEN} \ No newline at end of file diff --git a/phpBB/styles/prosilver/template/mcp_viewlogs.html b/phpBB/styles/prosilver/template/mcp_viewlogs.html index 862fad9df7..fb02c4e9de 100644 --- a/phpBB/styles/prosilver/template/mcp_viewlogs.html +++ b/phpBB/styles/prosilver/template/mcp_viewlogs.html @@ -38,7 +38,7 @@ - +{S_FORM_TOKEN} diff --git a/phpBB/styles/prosilver/template/mcp_warn_front.html b/phpBB/styles/prosilver/template/mcp_warn_front.html index d6b81c685d..e861136463 100644 --- a/phpBB/styles/prosilver/template/mcp_warn_front.html +++ b/phpBB/styles/prosilver/template/mcp_warn_front.html @@ -24,7 +24,7 @@   - +{S_FORM_TOKEN}
diff --git a/phpBB/styles/prosilver/template/mcp_warn_list.html b/phpBB/styles/prosilver/template/mcp_warn_list.html index df922c015e..250d542808 100644 --- a/phpBB/styles/prosilver/template/mcp_warn_list.html +++ b/phpBB/styles/prosilver/template/mcp_warn_list.html @@ -60,7 +60,7 @@
- +{S_FORM_TOKEN} \ No newline at end of file diff --git a/phpBB/styles/prosilver/template/mcp_warn_post.html b/phpBB/styles/prosilver/template/mcp_warn_post.html index f420a10bf6..1fb0ea0a0a 100644 --- a/phpBB/styles/prosilver/template/mcp_warn_post.html +++ b/phpBB/styles/prosilver/template/mcp_warn_post.html @@ -66,7 +66,7 @@   - +{S_FORM_TOKEN} \ No newline at end of file diff --git a/phpBB/styles/prosilver/template/mcp_warn_user.html b/phpBB/styles/prosilver/template/mcp_warn_user.html index 2dcb75fbe2..64ed5b0085 100644 --- a/phpBB/styles/prosilver/template/mcp_warn_user.html +++ b/phpBB/styles/prosilver/template/mcp_warn_user.html @@ -50,7 +50,7 @@   - +{S_FORM_TOKEN} \ No newline at end of file diff --git a/phpBB/styles/prosilver/template/memberlist_email.html b/phpBB/styles/prosilver/template/memberlist_email.html index 0d1babd1b7..ce4eec9ad8 100644 --- a/phpBB/styles/prosilver/template/memberlist_email.html +++ b/phpBB/styles/prosilver/template/memberlist_email.html @@ -58,7 +58,7 @@ - +{S_FORM_TOKEN} \ No newline at end of file diff --git a/phpBB/styles/prosilver/template/memberlist_im.html b/phpBB/styles/prosilver/template/memberlist_im.html index 667f68f2c0..e6174510b7 100644 --- a/phpBB/styles/prosilver/template/memberlist_im.html +++ b/phpBB/styles/prosilver/template/memberlist_im.html @@ -81,7 +81,7 @@ {L_CLOSE_WINDOW} - +{S_FORM_TOKEN}