diff --git a/b2-include/b2.css b/b2-include/b2.css index c8295cee56..2fa527f7a4 100644 --- a/b2-include/b2.css +++ b/b2-include/b2.css @@ -127,4 +127,10 @@ a.b2menutop:hover { xmp { /* Just in case */ font-size: 10pt; } +.wrap { + width: 85%; + border: 1px solid #ccc; + margin: 20px auto 10px auto; + padding: 10px; +} form { margin: 0; padding: 0; } /* thanks #mozilla */ \ No newline at end of file diff --git a/b2options.php b/b2options.php index b27cd85fca..08247ba44e 100644 --- a/b2options.php +++ b/b2options.php @@ -1,6 +1,5 @@ */ function add_magic_quotes($array) { foreach ($array as $k => $v) { @@ -73,106 +72,82 @@ default:
-++*/ include($b2inc."/b2footer.php") ?> \ No newline at end of file+About Date & Time formats: +
+You can format the date & time in many ways, using the PHP syntax.
+
+ As quoted from the PHP manual, here are the letters you can use:
+The following characters are recognized in the format string:- For more information and examples, check the PHP manual on this page. - - - + +
a - "am" or "pm"
A - "AM" or "PM"
@@ -206,14 +181,13 @@ default:
Unrecognized characters in the format string will be printed as-is.For more information and examples, check the PHP manual on this + page.
+