More SVG-icons and their implementation in the templates, corrected a mistake in...
authorLuzifr <szekely@woltlab.com>
Mon, 15 Aug 2011 16:31:09 +0000 (18:31 +0200)
committerLuzifr <szekely@woltlab.com>
Mon, 15 Aug 2011 16:31:15 +0000 (18:31 +0200)
commitd55936a7ec77dd75dccaf8c2d041641f8f6a63b2
tree7e58674b69fab387a203f0095ad536e3971c4022
parentb3d1c046e7ecc222253637b0631b6c5ee9d3c9f6
More SVG-icons and their implementation in the templates, corrected a mistake in 2 comments, some minor CSS changes.

1) New icon-naming system: At this time icons without trailing digit are
meant to be blue (imaging a "0" as number), those with a "1" are
supposed to be dark grey and those with a "2" are supposed to be white.
An icon with an additional "D" in its name has less opacity (regardless
of its color) and be nearly transparent. Note that this icon-naming
system may not be final and change over time. Note that due to the
possibilities of SVG-images and CSS3 techniques, there is no need for
icons in different sizes any more, which reduces the number of icons
dramatically.   2) If we find a way to put multiple icons in one file,
and/or multiple states of them, there will be even less icons. This is
just the state of establishing SVG icons generally, it may become more
smart in future.
23 files changed:
wcfsetup/install/files/acp/style/testing.css
wcfsetup/install/files/acp/templates/cronjobList.tpl
wcfsetup/install/files/acp/templates/packageList.tpl
wcfsetup/install/files/acp/templates/updateServerList.tpl
wcfsetup/install/files/acp/templates/userGroupList.tpl
wcfsetup/install/files/acp/templates/userList.tpl
wcfsetup/install/files/icon/delete1.svg [new file with mode: 0644]
wcfsetup/install/files/icon/delete1D.svg [new file with mode: 0644]
wcfsetup/install/files/icon/deleteS.png [deleted file]
wcfsetup/install/files/icon/disabled1.svg [new file with mode: 0644]
wcfsetup/install/files/icon/edit1.svg [new file with mode: 0644]
wcfsetup/install/files/icon/edit1D.svg [new file with mode: 0644]
wcfsetup/install/files/icon/enabled1.svg [new file with mode: 0644]
wcfsetup/install/files/icon/enabled1D.svg [new file with mode: 0644]
wcfsetup/install/files/icon/logIn.svg [deleted file]
wcfsetup/install/files/icon/logIn1.svg [new file with mode: 0644]
wcfsetup/install/files/icon/package1.svg [new file with mode: 0644]
wcfsetup/install/files/icon/packageStandalone1.svg [new file with mode: 0644]
wcfsetup/install/files/icon/play1.svg [new file with mode: 0644]
wcfsetup/install/files/icon/play1D.svg [new file with mode: 0644]
wcfsetup/install/files/icon/update1.svg [new file with mode: 0644]
wcfsetup/install/files/lib/system/form/element/MultipleSelectionFormElement.class.php
wcfsetup/install/files/lib/system/form/element/SingleSelectionFormElement.class.php