51 Commits

Author SHA1 Message Date
tjhunt
265f2808a0 themes / pix: MDL-10441 better up, down, left and right icons without a white fringe.
Since these are not anti-aliased on a white background, they look better against a wider range of background colours. Since all the lines are at 90 or 45 degrees, jagged edges are not a problem.

Thanks to Dag Klimas for these.
2009-02-04 09:24:56 +00:00
tjhunt
5f1ae48d2c weblib: MDL-17085 a function to print a collapsible region of the UI, with the collapsed state stored in a user_perference - improve the images by giving them a transparent background. 2008-11-03 06:04:41 +00:00
tjhunt
f2eb500238 weblib: MDL-17085 a function to print a collapsible region of the UI, with the collapsed state stored in a user_perference. 2008-11-03 05:04:23 +00:00
nicolasconnault
4dc81cc70d MDL-15680 Added grade category aggregation settings and weights, plus correct handling of 3 types of weights. 2008-10-10 07:18:19 +00:00
mjollnir_
a476313639 MDL-16520 - make the already exporting portfolio error more user friendly 2008-09-16 10:41:17 +00:00
mjollnir_
f9b393ebbb MDL-14591 committing missing portfolio icons 2008-07-25 11:02:06 +00:00
scyrma
32d94a74d7 MDL-11992: new icon needed for tags in courses 2008-07-02 03:44:40 +00:00
nicolasconnault
2673c733de MDL-13718 New icon for "locked" state icon, for grades whose grade item is locked. Merging from MOODLE_19_STABLE 2008-02-28 15:43:09 +00:00
nicolasconnault
a1f21902d8 MDL-13647 Added new icon. Merging from MOODLE_19_STABLE. 2008-02-27 09:17:05 +00:00
nfreear
d77a74e3b4 Followup for MDL-7493... - Finally the correct images! fix transparency, and improve contrast in Windows High Contrast Black mode. 2007-12-19 13:35:25 +00:00
nfreear
91577f17f3 Followup for MDL-7493... - revert images to fix transparency, and improve contrast in Windows High Contrast Black mode. 2007-12-19 13:25:24 +00:00
nfreear
c076f4beef Fixes reopened MDL-7493 "Make sure standard themes are visible under "Windows High Contrast Black" mode" - foreground show/hide block icon/ALT text switched with Javscript. 2007-12-18 17:18:19 +00:00
skodak
6cc3e350d4 MDL-11966 fixed typo in grader report causing fatal errors
MDL-11993 refactored code for item headers and icons
2007-11-01 11:42:31 +00:00
nicolasconnault
ece966f06e MDL-11482 Resolved the sum icon issue (added a new x-bar icon) and resolved a dependency problem in moodlelib 2007-10-03 12:22:25 +00:00
nicolasconnault
384960dd68 MDL-9628 Simplified and improved the expanding/collapsing of categories. There are now three view types: full, aggregates only and grades only. 2007-08-09 16:41:39 +00:00
nicolasconnault
d4795a0792 MDL-9628 When a timestamp is selected for locktime or hiddenuntil, the grader report now shows a new icon (lock or eye in front of a calendar), with a tooltip showing the selected date. Very useful :-) 2007-08-08 15:48:20 +00:00
nicolasconnault
0949a66947 New tiny icons: Calendar, outcomes, hideuntil and locktime. The calendar icon was also created in 16x16 version 2007-08-08 12:53:35 +00:00
nicolasconnault
bb384a8e29 MDL-10477 Mainly the percentage grade display type 2007-07-16 19:46:54 +00:00
moodler
c688d933eb FOr showing ranges in the gradebook 2007-07-16 06:14:23 +00:00
nicolasconnault
d490d87c22 MDL-10368 Finished implementation of toggle actions, and added icons near each toggle. Also added a few css rules for display. 2007-07-09 14:54:32 +00:00
nicolasconnault
d2e87c0c39 MDL-10364 Added calculation icon, changed customdata to set_data for feedback form. 2007-07-06 12:41:33 +00:00
nicolasconnault
1ec74ea5aa MDL-10209 MDL-10211
Added two tiny feedback/add_feedback icons.
Enabled feedback mode with button next to "Turn editing on".
Added tooltip (with overlib for the time being) for "Show feedback" when edit mode is off, and for "Edit feedback" when edit is on.
2007-06-28 11:15:12 +00:00
nicolasconnault
5fad506139 MDL-9629 Category edit page now implements delete, show/hide, lock/unlock, moveup/movedown and move actions. The edit icon is also shown but not yet implemented. 2007-06-01 04:02:37 +00:00
moodler
65f8f548fc Hmm, did some work on it 2005-04-25 18:53:27 +00:00
moodler
6ed432feef Updating to try it out 2005-04-25 18:49:13 +00:00
moodler
b63fc63d60 Temporary icon 2005-04-25 18:00:55 +00:00
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