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
56de1b17c6
New images to enable/disable email
2004-07-24 06:23:20 +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
dc70c99199
New and updated images
2003-08-07 16:07:06 +00:00
moodler
7977cffdb0
Arbitrary moving of activities (aka cut and paste)
...
Some of this code was sent by Howard Miller, but I rewrote most of it
to make it shorter and to fit in better with current code.
2003-07-14 13:08:38 +00:00
moodler
dc0dc7d5dd
Tidying up the way pix images are used.
...
It's now also possible to override the standard pix with a set of new ones
in a theme.
2003-04-28 04:32:55 +00:00
moodler
eece3a331a
Tweakin' icons
2003-04-15 14:29:09 +00:00
moodler
c9548d4a5d
Slight mods ... are they better?
2003-04-15 06:20:27 +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
11a3c89a8f
Made transparent
2002-10-17 23:49:02 +00:00
moodler
2e60a1ace3
Made these images transparent
2002-10-02 05:10:10 +00:00
martin
e6b9ee042d
Much better look for user index
2002-09-21 06:12:54 +00:00
martin
a09b894d03
Added left and right arrows
2001-12-04 14:04:03 +00:00
martin
f9903ed0a4
Initial revision
2001-11-22 06:23:56 +00:00