86 Commits

Author SHA1 Message Date
gustav_delius
6419e3bf29 forgot to commit this move left icon earlier. This is not a professionally created icon, perhaps someone can do a better job? 2005-03-08 09:22:57 +00:00
urs_hunkler
24a44be1e7 added the "switch_minus" icon for hide/show and renamed switch to "switch_plus". 2005-02-09 08:58:57 +00:00
gustav_delius
2b6271fccc I have changed the icon for removing a question from a quiz from X to >> and changed the label from 'Delete' to 'Remove' because it does not delete the question but only removes it from the quiz. 2005-02-06 10:42:31 +00:00
urs_hunkler
c24a1ccd08 I added all code to handle the cookies and the sideblock content, the icon and the patches for hiding/showing the content of the sideblocks.
How it works:
_ within the "sideblockheading" a DIV with class="hide-show" holds a link calling the JS containerDisplaySwitching(). To the user it's represented by the icon "switch.gif" (a plus in a square) at the right end side of the header.
_ all content of the sideblock is surounded by a new <div class="blockcontent" id="'.$attributes['id']."_cont\">"
_ a call of the JS containerDisplaySwitching() changes the state of the appropriate DIV with the content to "display:none/inline" and writes this state into a cookie.
_ at the end of every block I added a call to the JS "containerDisplaySet()". This reads the block's state and hides the content or leaves it visible with every page load.
_ in the stylesheet I added the positioning of the icon:
.sideblockheading .hide-show {
    float:right;
}
.sideblockheading a img.hide-show-image {
    padding-top:0.25em;
}
2005-02-05 21:37:53 +00:00
gustav_delius
ef0921d1ff It is now possible to base new questions on existing ones, see get_string('editingquestion', 'quiz'); 2005-01-19 09:50:33 +00:00
moodler
e3a40eb6f5 Trying a better log icon 2005-01-02 14:39:56 +00:00
moodler
f857e7de93 New log icon 2005-01-02 14:14:28 +00:00
moodler
de8647f8f7 Transparent user face 2005-01-01 08:01:03 +00:00
moodler
2358b66461 Stop and Go icons 2005-01-01 07:42:11 +00:00
moodler
4d396b4989 New icon at 11x11 for preview 2004-12-30 08:24:31 +00:00
moodler
c408677db6 Temporary message icon (currently the same as email...) 2004-12-28 12:20:28 +00:00
moodler
8d783716f9 Improvements to installation procedure.
It now does a compatibility check of the environment as well,
including memory limits and so on - so this should reduce some
of the FAQs.

The text is still rough ... don't translate it just yet.
2004-08-17 13:51:41 +00:00
moodler
56de1b17c6 New images to enable/disable email 2004-07-24 06:23:20 +00:00
moodler
46027eecf2 Added Transparency 2004-07-14 03:45:45 +00:00
moodler
3e93e0ce43 Prettier icon 2004-06-27 04:20:52 +00:00
moodler
184324b456 Very rough dollar icon 2004-06-26 14:41:42 +00:00
moodler
c39162dc53 Web icon for external resources where we don't know the type 2004-05-29 06:23:49 +00:00
moodler
798966d8e3 New Flash gif from Chardelle 2004-05-27 04:30:41 +00:00
defacer
dfad5bde30 Different icons for different event types, shamelessly stolen from moodle.org 2004-05-21 12:28:42 +00:00
moodler
0acd5afd30 Event icons for different types ... CURRENTLY SAME PICTURE 2004-05-20 17:27:25 +00:00
stronk7
8adcb49f8e First version of RSS System.
Discussion and post forum feeds supported.
Integrated in cron system.
Some strings missing.
Test, test, test...
2004-05-02 23:08:19 +00:00
moodler
6b4c1848e8 OK, now I'm just wasting time. :-) Hand-tweaked some pixels 2004-03-13 08:23:34 +00:00
moodler
8c9474844b I shouldn't have sharpened the black border as well ... fixed. 2004-03-13 08:19:34 +00:00
moodler
44dc1d3a6d Slightly sharper edges on the small logo 2004-03-13 08:16:59 +00:00
moodler
198d132f90 Eloy's white-background version! 2004-02-23 03:06:37 +00:00
moodler
af648ddfec Taking the edges off a bit ... this might be a waste of time ... 2004-02-22 13:56:16 +00:00
moodler
2d8b2369c5 Trying a new logo on the home page ... hope it doesn't clash too much
with themes ...
2004-02-22 13:47:56 +00:00
moodler
241f6f306b MOved the file icons into the proper place (at last) 2004-02-14 16:19:48 +00:00
moodler
de411a0595 Slightly improved icon 2004-01-31 08:36:30 +00:00
moodler
6dfa062f89 New draft icons for defining groups per activity 2004-01-31 07:44:19 +00:00
moodler
f374fb1006 This is the first check-in of support for groups.
It's very early (it doesn't actually do anything yet!) but you can
define groups and get an idea of how the interface is shaping up.
I also wanted to show that I have actually done something on this! :-)

From here my plan is to add group support to the modules, one by one
(forums first), then go back and clean up some of the central interfaces,
graphics etc.

Finally, test, test, test and get 1.2 out well before the end of February.
2003-12-30 17:18:06 +00:00
moodler
51b468cdf0 New group icon 2003-12-27 08:33:19 +00:00
moodler
3f125001bc New feature: Allow students to see their own activity reports.
This is a course setting.  By default it is off.  When on, there
is a new link in the course admin menu for students, and they can
browse the same report that teachers see.

The report icon is temporary.
2003-10-31 05:57:30 +00:00
moodler
73d0da8084 New database GIF by Eloy! 2003-10-30 14:25:23 +00:00
moodler
6951a89497 Thomas Robb suggested a movehere image instead of the string. I made an image
and I agree it looks/works a lot better.
2003-10-27 08:31:28 +00:00
moodler
a9a070e0fd Make the "guest allowed" icon separate from the user icon. 2003-09-20 06:11:39 +00:00
moodler
fe32754d45 Tidied up the images a little bit to make them a bit more consistent 2003-08-29 02:42:01 +00:00
stronk7
6c22e7300e New icon for scales (I'm an artist !!) :-) 2003-08-18 17:27:01 +00:00
moodler
6b1a7a1e18 Make the logs icon look slightly less stupid 2003-08-17 06:07:20 +00:00
moodler
655f2aaf2f Temporary scales icon 2003-08-15 13:46:45 +00:00
moodler
4b908eb699 Smaller 2003-08-11 07:09:31 +00:00
moodler
646360408f New "info" icon 2003-08-11 07:00:20 +00:00
moodler
b48ec6c3c7 New admin icon 2003-08-10 06:53:42 +00:00
moodler
865b2c3aca Sometimes we are blind to the obvious right way of doing things 2003-08-07 17:09:51 +00:00
moodler
973d1e62a8 Slightly nicer icon 2003-08-07 17:06:15 +00:00
moodler
dc70c99199 New and updated images 2003-08-07 16:07:06 +00:00
moodler
9db31d0df5 Quick icons 2003-08-04 16:01:09 +00:00
moodler
4210bec136 A quick backup icon 2003-08-01 14:51:19 +00:00
moodler
b7aa3aead3 Updated madewithmoodle file (same logo) 2003-07-28 11:53:42 +00:00
moodler
67a63a3060 Cleaned up the remaining images:
- moved user images to /pix/u folder, and changed format to .png to allow
   transparent images etc.  These can now be customised in themes.

 - removed legacy madewithmoodle logos
2003-07-28 11:42:53 +00:00