73 Commits

Author SHA1 Message Date
moodler
266cc04fe7 Footers use new styles for links 2003-04-25 09:25:25 +00:00
moodler
b328523cc1 Style for "You are logged in as xxx" and the link to the course home page. 2003-04-25 09:23:08 +00:00
moodler
02a7699f0d Tweak for generalbox 2003-04-18 06:41:34 +00:00
moodler
03aa0dfa10 Style improvements and upgrades 2003-04-18 06:39:40 +00:00
moodler
29507631a9 First pass at a cleaner display for discussion listings 2003-04-18 03:58:12 +00:00
moodler
1acfbce5b6 Hide/show individual activities in any section
Code submitted by Eloy Lafuente (thanks!) for 1.0.8 ... I hand-merged it
into 1.0.9.
2003-04-14 15:11:09 +00:00
moodler
f82c2d428a Modified Greg's work to:
- rename the main_frame variable to framename, because it
       - might have caused some confusion
       - none of the global variables have underscores
  - put the config in the config table, with a default of _top
2003-03-12 07:36:22 +00:00
gregb_cc
08b3606390 This is a first attempt to make moodle frame safe.
I've added the variable CFG->main_frame to config-dist.php, and replaced _top
targets with the variable in all the php files.  HTML files, like those in the
documentation, have not been modified, as they are not (yet) parsed.

The variable should probably get moved into the config table, and get some
documentation.

I've also included, but commented out, a slight change in weblib.php, which
would guarantee that messages would be seen before redirecting the user (unless
delay intentionally set to 0 when redirect is used).
2003-03-11 21:35:12 +00:00
moodler
e00f0f9f51 Added missing styles and so fixed bug of display of generalbox 2003-03-06 08:54:28 +00:00
moodler
c897eac5e4 Some small robustness things, and a new style for quiz feedback text 2003-01-08 09:08:05 +00:00
moodler
1b73ea5799 Link from themes page to themes docs 2003-01-06 08:22:49 +00:00
moodler
c4028ac12b Garden theme by spiggy: http://phpgirl.com 2003-01-06 07:39:19 +00:00
moodler
654eddf086 FIxed a missing quote, and fixed the highlight colour 2003-01-05 16:46:29 +00:00
moodler
b0e3a92523 Clean sweep through all the important changing all include(), include_once()
and require() to require_once()
2003-01-05 14:19:20 +00:00
moodler
bdd2e029a0 Fixes dependency on standardlogo 2003-01-05 11:08:21 +00:00
moodler
c07e87c6ee New standard white theme 2003-01-05 11:02:51 +00:00
moodler
6422da3570 Smaller image and links break out of frames 2003-01-05 10:23:49 +00:00
moodler
5dc09fb6ee Cleaned things up somewhat and made it more generic 2003-01-05 09:53:30 +00:00
moodler
8bbba2486c Initial version of "Poweraid" theme from Bjarne Varoystrand aka Black Skorpio
with a few half-finished changes ... still needs work which I'm doing right now...
2003-01-05 07:23:04 +00:00
moodler
f5789d86aa Updating to current info 2003-01-05 07:04:24 +00:00
moodler
7d0d7f4665 Initial version by Tom Murdock 2003-01-05 07:02:39 +00:00
moodler
e28a6c7378 Added LI tag (not cascading) 2002-12-13 17:01:16 +00:00
moodler
2e9e77eba0 Tweaks for highlighting 2002-12-13 08:12:14 +00:00
mits
499ab3711e Changed softly :-) 2002-12-13 08:03:35 +00:00
moodler
541b602d61 More tweaks ... added style for outlinecontent when highlighted (eg current week) 2002-12-13 07:37:13 +00:00
moodler
6176355393 WHoops ... I'd trashed the background 2002-12-13 04:56:10 +00:00
moodler
d8c0083240 Fixed definition of standard styles 2002-12-13 04:54:29 +00:00
moodler
2e91475518 Fixed standard tags .... uses inheritance now 2002-12-13 04:51:56 +00:00
moodler
9984fe99e4 New style classes added to standard themes 2002-12-13 03:29:45 +00:00
moodler
02d35f5503 New themes under construction 2002-12-13 03:12:11 +00:00
moodler
d34189e123 Added styles for forum posts 2002-12-10 02:48:05 +00:00
moodler
bf1969570e Fixed blue a little 2002-12-09 16:21:02 +00:00
moodler
8120317e2e Changes for new styles and scheme 2002-12-09 16:10:57 +00:00
moodler
b27f9a32bc Slight changes 2002-12-09 07:45:45 +00:00
moodler
5e367a2d56 Various little tweaks to improve the display of course home
pages and front page ... still have some work to do though
2002-12-09 07:35:40 +00:00
moodler
f42cf95f3c Added missing </BODY> and </HTML> tags 2002-11-27 13:11:02 +00:00
moodler
a15803d3d8 Argh ... fix for Netscape fix - was causing problems on other browsers 2002-11-14 06:22:13 +00:00
moodler
9769da67ab Improvements in appearance for Netscape browsers 2002-11-12 17:20:36 +00:00
moodler
553064412d Better looking headings with right-to-left languages 2002-11-12 02:19:44 +00:00
moodler
b1ae5fb0a8 Added menu stuff to other themes 2002-11-10 07:44:01 +00:00
moodler
d897cae419 Changes to enable jumping between activity modules, using a new menu in
the upper-right corner.   Caution: Not well tested at this stage.
2002-11-10 07:37:15 +00:00
moodler
541117b6cb Changes to support choice of language direction (so that languages
like Arabic, Hebrew etc will work)
2002-10-11 02:31:37 +00:00
martin
0d399dc585 Aaaahhh I remember now why this was in here, because in future there might
be course-level themes and user-level themes.

Putting it back as before ... :-)
2002-09-27 14:19:59 +00:00
martin
cd1c4d2321 Removed theme chooser from here ... moving it to admin folder 2002-09-27 14:18:06 +00:00
martin
83e9a09e34 Newly formatted header.html files in themes ... still works the same
just might be easier to edit now.  index.php uses new set_config function
2002-09-23 15:42:22 +00:00
martin
b3ac9d9b85 New standardlogo theme ... like standard but with a logo 2002-09-23 15:38:22 +00:00
martin
fd8dfb5a88 Sample logo 2002-09-23 15:37:08 +00:00
martin
26114038cc Prints an error message if theme can't be set 2002-08-30 16:02:10 +00:00
martin
1e3e716f1d Changes related to new way of setting and recalling themes.
The CFG->theme variable is now obsolete in config.php - use the
admin page to set themes interactively.
2002-08-17 13:01:06 +00:00
martin
909f539dad Minor tweaking and cleaning up 2002-08-12 13:45:41 +00:00