From dfbe32bf8d7e49d3cd2831d0152fe0e1758755c7 Mon Sep 17 00:00:00 2001 From: Matt Mullenweg Date: Thu, 15 Apr 2004 09:15:56 +0000 Subject: [PATCH] Interface improvements. git-svn-id: https://develop.svn.wordpress.org/trunk@1076 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/categories.php | 2 +- wp-admin/install.php | 2 +- wp-admin/link-add.php | 246 +++++++++++++++++--------------- wp-admin/link-manager.php | 5 +- wp-admin/options-discussion.php | 18 ++- wp-admin/options-misc.php | 26 ++-- wp-admin/profile.php | 11 +- 7 files changed, 166 insertions(+), 144 deletions(-) diff --git a/wp-admin/categories.php b/wp-admin/categories.php index 5145995920..e0114bbe85 100644 --- a/wp-admin/categories.php +++ b/wp-admin/categories.php @@ -140,7 +140,7 @@ default: ?>
-

Current Categories

+

Current Categories (add new)

diff --git a/wp-admin/install.php b/wp-admin/install.php index 666e2e2848..6fd3bb4f09 100644 --- a/wp-admin/install.php +++ b/wp-admin/install.php @@ -442,7 +442,7 @@ $option_data = array( "INSERT INTO $tableoptions (option_id, option_name, option_type, option_value, option_description, option_admin_level, option_width) VALUES(33,'fileupload_url', 3, 'http://example.com/images', 'enter the URL of that directory (it\'s used to generate the links to the uploded files)', 8, 40)", "INSERT INTO $tableoptions (option_id, option_name, option_type, option_value, option_description, option_admin_level, option_width) VALUES(34,'fileupload_allowedtypes', 3, 'jpg gif png', 'accepted file types, separated by spaces. example: \'jpg gif png\'', 8, 20)", "INSERT INTO $tableoptions (option_id, option_name, option_type, option_value, option_description, option_admin_level, option_width) VALUES(35,'fileupload_maxk', 1, '96', 'by default, most servers limit the size of uploads to 2048 KB, if you want to set it to a lower value, here it is (you cannot set a higher value than your server limit)', 8, 20)", -"INSERT INTO $tableoptions (option_id, option_name, option_type, option_value, option_description, option_admin_level, option_width) VALUES(36,'fileupload_minlevel', 1, '1', 'you may not want all users to upload pictures/files, so you can set a minimum level for this', 8, 20)", +"INSERT INTO $tableoptions (option_id, option_name, option_type, option_value, option_description, option_admin_level, option_width) VALUES(36,'fileupload_minlevel', 1, '4', 'you may not want all users to upload pictures/files, so you can set a minimum level for this', 8, 20)", "INSERT INTO $tableoptions (option_id, option_name, option_type, option_value, option_description, option_admin_level, option_width) VALUES(37,'fileupload_allowedusers', 3, '', '...or you may authorize only some users. enter their logins here, separated by spaces. if you leave this variable blank, all users who have the minimum level are authorized to upload. example: \'barbara anne george\'', 8, 30)", // email settings "INSERT INTO $tableoptions (option_id, option_name, option_type, option_value, option_description, option_admin_level, option_width) VALUES(38,'mailserver_url', 3, 'mail.example.com', 'mailserver settings', 8, 20)", diff --git a/wp-admin/link-add.php b/wp-admin/link-add.php index 8106ff9431..edb9b798b8 100644 --- a/wp-admin/link-add.php +++ b/wp-admin/link-add.php @@ -69,125 +69,145 @@ require('admin-header.php'); th { text-align: right; }
-

Add a link:

+

Add a link:

-
Name
+
+ Basics +
- - + + - + - - + + + + + + +
URI:URI:
Link Name:
ImageDescription:
Category:
+ +

+ +

+
+ Link Relationship (XFN) + + + + + + + + + +
rel:
XFN Creator: + + + + + + + + + + + + + + + + + + + + + + + + +
friendship + + +
physical +
professional + +
geographical + + +
family + + + + +
romantic + + + +
+
+

+ +

+
+ Advanced + + + + + - + - - - - - - - - - + - + @@ -207,10 +227,12 @@ th { text-align: right; } _blank     (Note that the target attribute is illegal in XHTML 1.1 and 1.0 Strict.) @@ -219,19 +241,15 @@ none - - - - -
Image:
RSS URI:
Description
rel:
XFN: - - - - - - - - - - - - - - - - - - - - - - - - -
friendship - - - -
physical - -
professional - - -
geographical - - - -
family - - - - - -
romantic - - - - -
 
Notes:
Rating: Visible: -  -
Category:
-

- + +

+ +

+

diff --git a/wp-admin/link-manager.php b/wp-admin/link-manager.php index 6147f1e9b9..b9e3731080 100644 --- a/wp-admin/link-manager.php +++ b/wp-admin/link-manager.php @@ -618,7 +618,8 @@ function checkAll(form) - + + @@ -737,7 +738,7 @@ LINKS; - Toggle Checkboxes + Toggle Checkboxes diff --git a/wp-admin/options-discussion.php b/wp-admin/options-discussion.php index 37943971a1..eb94f33387 100644 --- a/wp-admin/options-discussion.php +++ b/wp-admin/options-discussion.php @@ -44,17 +44,18 @@ include('options-head.php');
-

Usual settings for an article: (These settings may be overidden for individual articles.)

+
+ Usual settings for an article: (These settings may be overidden for individual articles.)
  • + Attempt to notify any Weblogs linked to from the article (slows down posting.)
  • + Allow link notifications from other Weblogs (pingbacks and trackbacks.)
-

Email me whenever:

+
+
+ Email me whenever:
-

Before a comment appears:

+
+
+ Before a comment appears:
+
Comment Moderation

Hold a comment in the queue if it contains more than @@ -95,7 +101,7 @@ include('options-head.php'); links. (A common characteristic of comment spam is a large number of hyperlinks.)

When a comment contains any of these words in its content, name, URI, email, or IP, hold it in the moderation queue: (Seperate multiple words with new lines.) Common spam words.

- +

diff --git a/wp-admin/options-misc.php b/wp-admin/options-misc.php index 25f46d6eb6..b5f0bc7044 100644 --- a/wp-admin/options-misc.php +++ b/wp-admin/options-misc.php @@ -46,41 +46,37 @@ include('options-head.php');

-File Uploads + + /> + - - - - - - + + - - + + - + - - + + - +
- /> -
Destination directory:
Destination directory:
Recommended:
URI of this directory:
URI of this directory:
Recommended:
Maximum size: Kilobytes (KB)
Allowed file extensions:
Allowed file extensions:
Recommended: jpg jpeg png gif
Minimum level to upload: - - + + @@ -312,8 +312,9 @@ default:
First name:First name:
Last name:
-

-

+

+ +

@@ -329,7 +330,7 @@ function addPanel() } SideBar
- Add the WordPress Sidebar! + Add the WordPress Sidebar! SideBar
Add this link to your favorites: