From a8d99f2228cc042c8410553f5f3ec375148552f5 Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Fri, 12 May 2006 20:52:58 +0000 Subject: - introduce new function build_url to easily build a valid url from the user->page object as well as optionally removing certain keys - changed attachment config to utilize the config build methods - cleaned up posting.php - the submit/delete_post functions are now usable (functions_posting.php) - adjusted header icons (transparency) - a bunch of fixes for mssql - bug fixes git-svn-id: file:///svn/phpbb/trunk@5902 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/adm/style/acp_attachments.html | 100 ++++++++--------------------------- phpBB/adm/style/overall_header.html | 2 +- 2 files changed, 22 insertions(+), 80 deletions(-) (limited to 'phpBB/adm/style') diff --git a/phpBB/adm/style/acp_attachments.html b/phpBB/adm/style/acp_attachments.html index e0f2c08813..63283795fb 100644 --- a/phpBB/adm/style/acp_attachments.html +++ b/phpBB/adm/style/acp_attachments.html @@ -33,87 +33,29 @@ + +
+

{L_NO_THUMBNAIL_SUPPORT}

+
+ +
-
- {L_ACP_ATTACHMENT_SETTINGS} -
-
-
checked="checked" class="radio" /> {L_YES}   checked="checked" class="radio" /> {L_NO}
-
-
-
-
checked="checked" class="radio" /> {L_YES}   checked="checked" class="radio" /> {L_NO}
-
-
-

{L_UPLOAD_DIR_EXPLAIN}
-
-
-
-

{L_DISPLAY_ORDER_EXPLAIN}
-
checked="checked" /> {L_DESCENDING}   checked="checked" class="radio" /> {L_ASCENDING}
-
-
-

{L_ATTACH_QUOTA_EXPLAIN}
-
-
-
-

{L_ATTACH_MAX_FILESIZE_EXPLAIN}
-
-
-
-

{L_ATTACH_MAX_PM_FILESIZE_EXPLAIN}
-
-
-
-
-
-
-
-
-
-
-
-

{L_SECURE_DOWNLOADS_EXPLAIN}
-
checked="checked" class="radio" /> {L_YES}   checked="checked" class="radio" /> {L_NO}
-
-
-

{L_SECURE_ALLOW_DENY_EXPLAIN}
-
checked="checked" class="radio" /> {L_ORDER_ALLOW_DENY}   checked="checked" class="radio" /> {L_ORDER_DENY_ALLOW}
-
-
-

{L_SECURE_EMPTY_REFERER_EXPLAIN}
-
checked="checked" class="radio" /> {L_YES}   checked="checked" class="radio" /> {L_NO}
-
-
+ + + + + +
+ {options.LEGEND} + -
- {L_SETTINGS_CAT_IMAGES} [{L_ASSIGNED_GROUP}: {ASSIGNED_GROUPS}] -
-

{L_DISPLAY_INLINED_EXPLAIN}
-
checked="checked" class="radio" /> {L_YES}   checked="checked" class="radio" /> {L_NO}
-
- -
-

{L_CREATE_THUMBNAIL_EXPLAIN}
-
checked="checked" class="radio" /> {L_YES}   checked="checked" class="radio" /> {L_NO}
-
-
-

{L_MIN_THUMB_FILESIZE_EXPLAIN}
-
{L_BYTES}
-
- -
-

{L_IMAGICK_PATH_EXPLAIN}
-
  [ {L_SEARCH_IMAGICK} ]
-
-
-

{L_MAX_IMAGE_SIZE_EXPLAIN}
-
px X px
-
-
-

{L_IMAGE_LINK_SIZE_EXPLAIN}
-
px X px
-
+
+

{options.TITLE_EXPLAIN}
+
{options.CONTENT}
+
+ + +
diff --git a/phpBB/adm/style/overall_header.html b/phpBB/adm/style/overall_header.html index 41d3991810..6d3e412347 100644 --- a/phpBB/adm/style/overall_header.html +++ b/phpBB/adm/style/overall_header.html @@ -80,7 +80,7 @@ function trace(link) function swatch() { - window.open('{UA_SWATCH}', '_swatch', 'height=115, resizable=yes, scrollbars=no, width=636'); + window.open('{UA_SWATCH}', '_swatch', 'height=150, resizable=yes, scrollbars=no, width=636'); return false; } -- cgit v1.2.1