defacer
99571c3e85
Putting up a title and moving the heading to the top for consistency
...
with the 'setting up primary admin' screen.
Is it just me or does Moodle look REALLY awful during setup? :/
2007-02-23 04:08:55 +00:00
toyomoyo
86d345d5cd
removing undefined variable
2007-02-13 01:54:25 +00:00
urs_hunkler
ec3938f3d1
'added check if right column is empty - needed for round corners'
2007-02-07 08:22:20 +00:00
urs_hunkler
e5afdd2710
'added felxible columns and round corner code'
2007-02-06 22:23:08 +00:00
moodler
53add79acf
Added a surrounding div to make the form xhtml strrrrrict
2007-01-09 08:16:31 +00:00
skodak
b7dc225654
MDL-8062 1.3 Remove name attribute from <form> and fix focus everywhere - more changes ahead
2007-01-04 21:32:36 +00:00
moodler
fb87a6192c
Added skip link to admin page
2007-01-03 15:38:28 +00:00
skodak
56909d267f
MDL-7749 fixed stripslashes when saving admin configuration values
2006-11-30 20:37:14 +00:00
skodak
9cdb766d61
Broken handling of magic quotes in admin settings and set_config in general MDL-7668
2006-11-27 08:44:38 +00:00
skodak
23a97d83e8
reverting moved $SITE reinitialisation into setting method, it was not a good idea after all; merged from MOODLE_17_STABLE
2006-10-16 08:54:37 +00:00
skodak
6192fd6860
fixed error message when empty site full or short name - moved $SITE reinitialisation into setting method; merged from MOODLE_17_STABLE
2006-10-16 07:54:22 +00:00
skodak
b89639f9ef
fixed error message when empty site full or short name; merged from MOODLE_17_STABLE
2006-10-16 07:37:41 +00:00
skodak
e268cc4a5d
moved header after the redirects and require_logout; merged from MOODLE_17_STABLE
2006-10-16 06:52:01 +00:00
moodler
c6d33fce5b
Merged fixes from stable
2006-10-12 03:31:48 +00:00
moodler
010b211f51
Fixes for naming of forms to make them XHTML compatible
2006-10-06 06:02:17 +00:00
moodler
15a169222b
Some extra changes from the duplicate work I did on upgradesettings.php
...
main change is that adminsettings is now an ID on the form
2006-09-27 07:49:34 +00:00
skodak
6859360cd4
coverted /admin/ to proper /$CFG->admin/ in paths
2006-09-26 21:10:14 +00:00
moodler
a06c8c2cd1
Fixed some width="*" in layout tables
2006-09-25 14:40:26 +00:00
moodler
14f358562d
Fixed div around submit button
2006-09-25 08:44:22 +00:00
moodler
afee986420
Updates for better CSS hooks
2006-09-25 08:20:14 +00:00
moodler
fa040029f0
Fix the editor and the surrounding table for settings
2006-09-25 07:55:10 +00:00
skodak
eef868d17d
major whitespace cleanup - fixed trailng whitespace in new files and admin area
2006-09-20 21:00:45 +00:00
moodler
b1ce7811ad
Fixed MDL-6479 by adding two block columns on admin pages.
...
Also we now hide the blocks and headers completely until $SITE is properly
defined.
2006-09-12 09:22:27 +00:00
skodak
55f3a4db69
removed useless "changes saved" messages from redirects in administration and user management
2006-09-11 18:56:41 +00:00
skodak
fefea008bc
fixed errors when switching dbsessions from amin gui
2006-09-10 11:15:31 +00:00
vinkmar
7f35bd73b4
removed hard-coded language strings (MDL-6448)
2006-09-06 02:20:16 +00:00
moodler
6ea5ff3ab7
Make Moodle Docs work for settings pages
2006-09-04 08:33:57 +00:00
skodak
e9a207595c
allow deleting of block when original code not present
2006-09-03 17:46:27 +00:00
moodler
bee4702d10
Various tidying up of the admin pages.
...
Reports now don't need mod.php but they should include the admin headers/footers.
There are undoubtedly bugs in this but this framework should be more sane
2006-09-03 14:45:57 +00:00
skodak
50999a0b94
new admin block fixes and reorganisation - I guess we need something more traditional for now
2006-09-03 13:10:56 +00:00
skodak
02cc05a708
fixes for new admin blocks
2006-09-02 23:55:56 +00:00
skodak
e0f6e99528
fixed frontpagesettings, install is not useing admin/site.php anymore
2006-09-02 15:29:52 +00:00
skodak
6e4dc10f54
deglobalization of $ADMIN; merged admin/adminlib.php into lib/adminlib.php; fixed includes and some other minor fixes
2006-09-02 13:14:57 +00:00
vinkmar
d83f27cefe
* documentation started in adminlib.php
...
* default for block editing changed to "off" (bug in previous revisions)
* added defaults for all admin_setting's
2006-08-28 01:31:37 +00:00
vinkmar
6fcbab99ef
fixed tabs, fixed potential notices for undefined variables, added structure that will be used for detecting what variables to flag during installs & upgrades, removed all $_GET usage, switched 'admin' to $CFG->admin (for directory paths), and fixed blank line at end of index.php
2006-08-21 04:06:58 +00:00
vinkmar
63aafc9e56
Fixing errors in admin page cleanup; working towards compatibility with PHP4 (use of interfaces, private/protected/public, instanceof all removed).
2006-08-19 01:37:38 +00:00
vinkmar
3d8ef99d9e
Blocks fixed in admin pagelib, and (hopefully) many notices pointed out in the general forum board no longer show up.
2006-08-18 22:00:37 +00:00
vinkmar
90a73bb361
Admin page cleanup (Google soc 2006)
2006-08-18 07:25:17 +00:00