From 9988679d567a8bba9bade92dd9524bb012a1fe43 Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Sun, 12 Mar 2006 23:19:55 +0000 Subject: - streamlined reports to consist of the feature set we decided upon (Nils, your turn now) - use getenv instead of $_ENV (with $_ENV the case could be wrong) - permission fixes (there was a bug arising with getting permission flags - re-added them and handled roles deletion differently) - implemented max login attempts - changed the expected return parameters for logins/sessions - added acp page for editing report/denial reasons - other fixes here and there git-svn-id: file:///svn/phpbb/trunk@5622 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/adm/style/acp_reasons.html | 92 ++++++++++++++++++++++++++++++++++++++++ phpBB/adm/style/acp_users.html | 4 -- 2 files changed, 92 insertions(+), 4 deletions(-) create mode 100644 phpBB/adm/style/acp_reasons.html (limited to 'phpBB/adm/style') diff --git a/phpBB/adm/style/acp_reasons.html b/phpBB/adm/style/acp_reasons.html new file mode 100644 index 0000000000..e1f8fb2c8f --- /dev/null +++ b/phpBB/adm/style/acp_reasons.html @@ -0,0 +1,92 @@ + + + + + + + « {L_BACK} + +

{L_TITLE}

+ +

{L_REASON_EDIT_EXPLAIN}

+ + +
+

{L_WARNING}

+

{ERROR_MSG}

+
+ + +
+ +
+ {L_TITLE} +

{L_IS_TRANSLATED}{L_IS_NOT_TRANSLATED}

+
+
+
+
+
+
+
+
+
+ +
+   + +
+ +
+ + + +

{L_ACP_REASONS}

+ +

{L_ACP_REASONS_EXPLAIN}

+ + + + + + + + + + + + + + + + + + + + +
{L_REASON}{L_USED_IN_REPORTS}{L_OPTIONS}
+ {L_IS_TRANSLATED}{L_IS_NOT_TRANSLATED} + {reasons.REASON_TITLE} * +
{reasons.REASON_DESCRIPTION} +
{reasons.REASON_COUNT} + {L_MOVE_UP} + {L_MOVE_DOWN} + {L_EDIT} + {L_DELETE} +
+ + +
+ +
+ + + + +
+ +
+ + + + \ No newline at end of file diff --git a/phpBB/adm/style/acp_users.html b/phpBB/adm/style/acp_users.html index 6b3a5b25c9..16e8bcd2f8 100644 --- a/phpBB/adm/style/acp_users.html +++ b/phpBB/adm/style/acp_users.html @@ -329,10 +329,6 @@
id="popuppm" checked="checked" />  {L_YES}   id="popuppm" checked="checked" />{L_NO}
-
-

{L_REPORT_PM_NOTIFY_EXPLAIN}
-
id="report_pm_notify" checked="checked" />  {L_YES}   id="report_pm_notify" checked="checked" />  {L_NO}
-
-- cgit v1.2.1