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)
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

index 17f7ec44c9fcba23970eb427d85be325934c967e..8d919ea563c9c0ef41ad9e095044c0ed3da8b7ba 100644 (file)
@@ -63,7 +63,7 @@ hr {
 
 header.pageHeader {
        /* Disabled, because the WoltLab header image is not LGPL 
-       Activate it if you want to test your header image */
+       Activate it if you want to test your own header image */
        /* background-image: url("../images/header.png"); */
        background-position: left top;
        background-repeat: repeat-x;
@@ -253,6 +253,7 @@ section.content {
 
 section.content .content {
        border: 1px solid #ccc;
+       background-color: rgba(0, 0, 0, .01);
        padding: 13px 23px;
 }
 
@@ -461,9 +462,17 @@ footer nav.footerNavigation ul li {
 fieldset {
        border: 1px solid #ccc;
        border-radius: 7px;
-       background-color: rgba(0, 0, 0, .015);
        margin: 15px 0;
        padding: 15px;
+       
+       background-color: rgba(0, 0, 0, .015);
+       /* experimental 
+       background-image: -webkit-linear-gradient(135deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0) 50px);
+       background-image: -moz-linear-gradient(135deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0) 50px);
+       background-image: -o-linear-gradient(135deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0) 50px);
+       background-image: -ms-linear-gradient(135deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0) 50px);
+       background-image: linear-gradient(135deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0) 50px);
+       */
 }
 /*
 fieldset:first-child {
@@ -911,7 +920,7 @@ input[type='submit']:active,
 .boxTitle {
        background-color: #29374a;
        /* Disabled, because the WoltLab header image is not LGPL 
-       Activate it if you want to test your header image */
+       Activate it if you want to test your own header image */
        /* background-image: url("../images/header.png"); */
        background-position: left top;
        background-repeat: repeat-x;
@@ -1556,6 +1565,30 @@ div.ui-widget-overlay {
        top: -1px;
 }
 
+.badgeInfo {
+       color: #68b;
+       border: 1px solid #9be;
+       background-color: #def;
+}
+
+.badgeSuccess {
+       color: #090;
+       border: 1px solid #0c0;
+       background-color: #efe;
+}
+
+.badgeWarning {
+       color: #990;
+       border: 1px solid #cc0;
+       background-color: #ffd;
+}
+
+.badgeError {
+       color: #c00;
+       border: 1px solid #f99;
+       background-color: #fee;
+}
+
 
 
 /* Collapsible */
index 75cfa7b7588ef12233c9525422da18730b831fdf..75e7fbe948bb6683543e91735d7f96e2cc0d8536 100644 (file)
                                <tr class="cronjobRow">
                                        <td class="columnIcon">
                                                {if $__wcf->session->getPermission('admin.system.cronjobs.canEditCronjob')}
-                                                       <img src="{@RELATIVE_WCF_DIR}icon/cronjobExecuteS.png" alt="" title="{lang}wcf.acp.cronjob.execute{/lang}" data-objectID="{@$cronjob->cronjobID}" class="executeButton balloonTooltip" />
+                                                       <img src="{@RELATIVE_WCF_DIR}icon/play1.svg" alt="" title="{lang}wcf.acp.cronjob.execute{/lang}" data-objectID="{@$cronjob->cronjobID}" class="executeButton balloonTooltip" />
+                                               {else}
+                                                       <img src="{@RELATIVE_WCF_DIR}icon/play1D.svg" alt="" title="{lang}wcf.acp.cronjob.execute{/lang}" />
                                                {/if}
                                                
                                                {if $cronjob->canBeDisabled()}
-                                                       <img src="{@RELATIVE_WCF_DIR}icon/{if $cronjob->active}enabled{else}disabled{/if}S.png" alt="" data-objectID="{@$cronjob->cronjobID}" data-disableMessage="{lang}wcf.acp.cronjob.disable{/lang}" data-enableMessage="{lang}wcf.acp.cronjob.enable{/lang}" title="{lang}wcf.acp.cronjobs.{if $cronjob->active}disable{else}enable{/if}{/lang}" class="toggleButton balloonTooltip" />
+                                                       <img src="{@RELATIVE_WCF_DIR}icon/{if $cronjob->active}enabled{else}disabled{/if}1.svg" alt="" data-objectID="{@$cronjob->cronjobID}" data-disableMessage="{lang}wcf.acp.cronjob.disable{/lang}" data-enableMessage="{lang}wcf.acp.cronjob.enable{/lang}" title="{lang}wcf.acp.cronjobs.{if $cronjob->active}disable{else}enable{/if}{/lang}" class="toggleButton balloonTooltip" />
                                                {else}
                                                        {if $cronjob->active}
-                                                               <img src="{@RELATIVE_WCF_DIR}icon/enabledDisabledS.png" alt="" title="{lang}wcf.acp.cronjob.disable{/lang}" />
+                                                               <img src="{@RELATIVE_WCF_DIR}icon/enabled1D.svg" alt="" title="{lang}wcf.acp.cronjob.disable{/lang}" />
                                                        {else}
-                                                               <img src="{@RELATIVE_WCF_DIR}icon/disabledDisabledS.png" alt="" title="{lang}wcf.acp.cronjob.enable{/lang}" />
+                                                               <img src="{@RELATIVE_WCF_DIR}icon/disabled1D.svg" alt="" title="{lang}wcf.acp.cronjob.enable{/lang}" />
                                                        {/if}
                                                {/if}
                                                
                                                {if $cronjob->isEditable()}
-                                                       <a href="index.php?form=CronjobEdit&amp;cronjobID={@$cronjob->cronjobID}{@SID_ARG_2ND}"><img src="{@RELATIVE_WCF_DIR}icon/editS.png" alt="" title="{lang}wcf.acp.cronjob.edit{/lang}" class="balloonTooltip" /></a>
+                                                       <a href="index.php?form=CronjobEdit&amp;cronjobID={@$cronjob->cronjobID}{@SID_ARG_2ND}"><img src="{@RELATIVE_WCF_DIR}icon/edit1.svg" alt="" title="{lang}wcf.acp.cronjob.edit{/lang}" class="balloonTooltip" /></a>
                                                {else}
-                                                       <img src="{@RELATIVE_WCF_DIR}icon/editDisabledS.png" alt="" title="{lang}wcf.acp.cronjob.edit.disabled{/lang}" />
+                                                       <img src="{@RELATIVE_WCF_DIR}icon/edit1D.svg" alt="" title="{lang}wcf.acp.cronjob.edit.disabled{/lang}" />
                                                {/if}
                                                {if $cronjob->isDeletable()}
-                                                       <img src="{@RELATIVE_WCF_DIR}icon/deleteS.png" alt="" data-objectID="{@$cronjob->cronjobID}" data-confirmMessage="{lang}wcf.acp.cronjob.delete.sure{/lang}" title="{lang}wcf.acp.cronjob.delete{/lang}" class="deleteButton balloonTooltip" />
+                                                       <img src="{@RELATIVE_WCF_DIR}icon/delete1.svg" alt="" data-objectID="{@$cronjob->cronjobID}" data-confirmMessage="{lang}wcf.acp.cronjob.delete.sure{/lang}" title="{lang}wcf.acp.cronjob.delete{/lang}" class="deleteButton balloonTooltip" />
                                                {else}
-                                                       <img src="{@RELATIVE_WCF_DIR}icon/deleteDisabledS.png" alt="" title="{lang}wcf.acp.cronjob.delete.disabled{/lang}" />
+                                                       <img src="{@RELATIVE_WCF_DIR}icon/delete1D.svg" alt="" title="{lang}wcf.acp.cronjob.delete.disabled{/lang}" />
                                                {/if}
                                                {if $additionalButtons[$cronjob->cronjobID]|isset}{@$additionalButtons[$cronjob->cronjobID]}{/if}
                                        </td>
index 68ad50c7fab025618ce734263fdfde6c3bf5ea26..1f6261892ba3332874f3f3c9856598111c1788ed 100644 (file)
                                        <tr class="packageRow">
                                                <td class="columnIcon">
                                                        {if $__wcf->session->getPermission('admin.system.package.canUpdatePackage')}
-                                                               <a href="index.php?form=PackageStartInstall&amp;action=update&amp;packageID={@$package->packageID}{@SID_ARG_2ND}"><img src="{@RELATIVE_WCF_DIR}icon/packageUpdateS.png" alt="" title="{lang}wcf.acp.package.view.button.update{/lang}" class="balloonTooltip" /></a>
+                                                               <a href="index.php?form=PackageStartInstall&amp;action=update&amp;packageID={@$package->packageID}{@SID_ARG_2ND}"><img src="{@RELATIVE_WCF_DIR}icon/update1.svg" alt="" title="{lang}wcf.acp.package.view.button.update{/lang}" class="balloonTooltip" /></a>
                                                        {else}
-                                                               <img src="{@RELATIVE_WCF_DIR}icon/packageUpdateDisabledS.png" alt="" title="{lang}wcf.acp.package.view.button.update{/lang}" />
+                                                               <img src="{@RELATIVE_WCF_DIR}icon/update1D.svg" alt="" title="{lang}wcf.acp.package.view.button.update{/lang}" />
                                                        {/if}
                                                        {if $__wcf->session->getPermission('admin.system.package.canUninstallPackage') && $package->package != 'com.woltlab.wcf' && $package->packageID != PACKAGE_ID}
-                                                               <img src="{@RELATIVE_WCF_DIR}icon/deleteS.png" alt="" title="{lang}wcf.acp.package.view.button.uninstall{/lang}" class="uninstallButton balloonTooltip" data-objectID="{@$package->packageID}" data-confirmMessage="Are you sure?" />
+                                                               <img src="{@RELATIVE_WCF_DIR}icon/delete1.svg" alt="" title="{lang}wcf.acp.package.view.button.uninstall{/lang}" class="uninstallButton balloonTooltip" data-objectID="{@$package->packageID}" data-confirmMessage="Are you sure?" />
                                                        {else}
-                                                               <img src="{@RELATIVE_WCF_DIR}icon/deleteDisabledS.png" alt="" title="{lang}wcf.acp.package.view.button.uninstall{/lang}" />
+                                                               <img src="{@RELATIVE_WCF_DIR}icon/delete1D.svg" alt="" title="{lang}wcf.acp.package.view.button.uninstall{/lang}" />
                                                        {/if}
                                                        
                                                        {if $additionalButtons[$package->packageID]|isset}{@$additionalButtons[$package->packageID]}{/if}
                                                <td class="columnID"><p>{@$package->packageID}</p></td>
                                                <td class="columnIcon">
                                                        {if $package->standalone}
-                                                               <img src="{@RELATIVE_WCF_DIR}icon/packageTypeStandaloneS.png" alt="" title="{lang}wcf.acp.package.list.standalone{/lang}" class="balloonTooltip" />
+                                                               <img src="{@RELATIVE_WCF_DIR}icon/packageStandalone1.svg" alt="" title="{lang}wcf.acp.package.list.standalone{/lang}" class="balloonTooltip" />
                                                        {elseif $package->isPlugin()}
-                                                               <img src="{@RELATIVE_WCF_DIR}icon/packageTypePluginS.png" alt="" title="{lang}wcf.acp.package.list.plugin{/lang}" />
+                                                               <img src="{@RELATIVE_WCF_DIR}icon/packagePlugin1.svg" alt="" title="{lang}wcf.acp.package.list.plugin{/lang}" />
                                                        {else}
-                                                               <img src="{@RELATIVE_WCF_DIR}icon/packageS.png" alt="" title="{lang}wcf.acp.package.list.other{/lang}" />
+                                                               <img src="{@RELATIVE_WCF_DIR}icon/package1.svg" alt="" title="{lang}wcf.acp.package.list.other{/lang}" />
                                                        {/if}
                                                </td>
                                                <td id="packageName{@$package->packageID}" class="columnText" title="{$package->packageDescription}">
index 3925f10b13a356d13050e08104163039cc082f38..9815c9ee30089e476bd8243421c88920a4aac496 100644 (file)
                                {foreach from=$updateServers item=updateServer}
                                        <tr class="updateServerRow">
                                                <td class="columnIcon">
-                                                       <img src="{@RELATIVE_WCF_DIR}icon/{if !$updateServer->disabled}enabled{else}disabled{/if}S.png" alt="" title="{lang}wcf.acp.updateServer.{if !$updateServer->disabled}disable{else}enable{/if}{/lang}" data-objectID="{@$updateServer->packageUpdateServerID}" data-disableMessage="{lang}wcf.acp.updateServer.disable{/lang}" data-enableMessage="{lang}wcf.acp.updateServer.enable{/lang}" class="toggleButton balloonTooltip" />
-                                                       <a href="index.php?form=UpdateServerEdit&amp;packageUpdateServerID={@$updateServer->packageUpdateServerID}{@SID_ARG_2ND}"><img src="{@RELATIVE_WCF_DIR}icon/editS.png" alt="" title="{lang}wcf.acp.updateServer.edit{/lang}" class="balloonTooltip" /></a>
-                                                       <img src="{@RELATIVE_WCF_DIR}icon/deleteS.png" alt="" title="{lang}wcf.acp.updateServer.delete{/lang}" data-objectID="{@$updateServer->packageUpdateServerID}" data-confirmMessage="{lang}wcf.acp.updateServer.delete.sure{/lang}" class="deleteButton balloonTooltip" />
+                                                       <img src="{@RELATIVE_WCF_DIR}icon/{if !$updateServer->disabled}enabled{else}disabled{/if}1.svg" alt="" title="{lang}wcf.acp.updateServer.{if !$updateServer->disabled}disable{else}enable{/if}{/lang}" data-objectID="{@$updateServer->packageUpdateServerID}" data-disableMessage="{lang}wcf.acp.updateServer.disable{/lang}" data-enableMessage="{lang}wcf.acp.updateServer.enable{/lang}" class="toggleButton balloonTooltip" />
+                                                       <a href="index.php?form=UpdateServerEdit&amp;packageUpdateServerID={@$updateServer->packageUpdateServerID}{@SID_ARG_2ND}"><img src="{@RELATIVE_WCF_DIR}icon/edit1.svg" alt="" title="{lang}wcf.acp.updateServer.edit{/lang}" class="balloonTooltip" /></a>
+                                                       <img src="{@RELATIVE_WCF_DIR}icon/delete1.svg" alt="" title="{lang}wcf.acp.updateServer.delete{/lang}" data-objectID="{@$updateServer->packageUpdateServerID}" data-confirmMessage="{lang}wcf.acp.updateServer.delete.sure{/lang}" class="deleteButton balloonTooltip" />
                                                        
                                                        {if $additionalButtons[$updateServer->packageUpdateServerID]|isset}{@$additionalButtons[$updateServer->packageUpdateServerID]}{/if}
                                                </td>
                                                <td class="columnID"><p>{@$updateServer->packageUpdateServerID}</p></td>
                                                <td class="columnText"><p><a href="index.php?form=UpdateServerEdit&amp;packageUpdateServerID={@$updateServer->packageUpdateServerID}{@SID_ARG_2ND}">{@$updateServer->serverURL}</a></p></td>
                                                <td class="columnText smallFont"><p>{#$updateServer->packages}</p></td>
-                                               <td class="columnText smallFont" style="color: {if $updateServer->status == 'online'}green{else}red{/if}"><p>{@$updateServer->status}</p></td>
+                                               <td class="columnText smallFont"><p class="badge{if $updateServer->status == 'online'} badgeSuccess{else} badgeError{/if}">{@$updateServer->status}</p></td>
                                                <td class="columnText smallFont"><p title="{@$updateServer->errorMessage}">{@$updateServer->errorMessage|truncate:"30"}</p></td>
                                                <td class="columnDate smallFont"><p>{if $updateServer->lastUpdateTime}{@$updateServer->lastUpdateTime|time}{/if}</p></td>
                                                
index 9df60f9aacb2bf0e84bf8941753219fb120ebb7e..f16429d2165fb6b252c0590fc8a7ab970b5badd1 100644 (file)
                                        <tr id="groupContainer{@$group->groupID}">
                                                <td class="columnIcon">
                                                        {if $group->isEditable()}
-                                                               <a href="index.php?form=UserGroupEdit&amp;groupID={@$group->groupID}{@SID_ARG_2ND}"><img src="{@RELATIVE_WCF_DIR}icon/editS.png" alt="" title="{lang}wcf.acp.group.edit{/lang}" class="balloonTooltip" /></a>
+                                                               <a href="index.php?form=UserGroupEdit&amp;groupID={@$group->groupID}{@SID_ARG_2ND}"><img src="{@RELATIVE_WCF_DIR}icon/edit1.svg" alt="" title="{lang}wcf.acp.group.edit{/lang}" class="balloonTooltip" /></a>
                                                        {else}
-                                                               <img src="{@RELATIVE_WCF_DIR}icon/editDisabledS.png" alt="" title="{lang}wcf.acp.group.edit{/lang}" />
+                                                               <img src="{@RELATIVE_WCF_DIR}icon/edit1D.svg" alt="" title="{lang}wcf.acp.group.edit{/lang}" />
                                                        {/if}
                                                        {if $group->isDeletable()}
-                                                               <img src="{@RELATIVE_WCF_DIR}icon/deleteS.png" id="groupDeleteIcon{@$group->groupID}" alt="" title="{lang}wcf.acp.group.delete{/lang}" class="balloonTooltip" />
+                                                               <img src="{@RELATIVE_WCF_DIR}icon/delete1.svg" id="groupDeleteIcon{@$group->groupID}" alt="" title="{lang}wcf.acp.group.delete{/lang}" class="balloonTooltip" />
                                                                <script type="text/javascript">
                                                                        //<![CDATA[
                                                                        removeGroup.registerObject({@$group->groupID}, {
@@ -73,7 +73,7 @@
                                                                        //]]>
                                                                </script>
                                                        {else}
-                                                               <img src="{@RELATIVE_WCF_DIR}icon/deleteDisabledS.png" alt="" title="{lang}wcf.acp.group.delete{/lang}" />
+                                                               <img src="{@RELATIVE_WCF_DIR}icon/delete1D.svg" alt="" title="{lang}wcf.acp.group.delete{/lang}" />
                                                        {/if}
                                                        
                                                        {if $additionalButtons[$group->groupID]|isset}{@$additionalButtons[$group->groupID]}{/if}
index b6bad8783d37a18fa0219ba798e44546868aa111..453157f56926a1eb05a986d2875bb5c3bbccc24e 100644 (file)
@@ -43,7 +43,7 @@
        <img src="{@RELATIVE_WCF_DIR}icon/{if $searchID}userSearch{else}users{/if}L.png" alt="" />
        <hgroup>
                <h1>{lang}wcf.acp.user.{if $searchID}search{else}list{/if}{/lang}</h1>
-               <h2>{if $searchID}{lang}wcf.acp.user.search.matches{/lang}{else}{lang}wcf.acp.user.list.count{/lang}{/if}</h2><!-- deprecated display -->
+               <h2>{if $searchID}{lang}wcf.acp.user.search.matches{/lang}{/if}</h2><!-- deprecated display -->
        </hgroup>
 </header>
 
                                                </script>
                                                
                                                {if $user->editable}
-                                                       <a href="index.php?form=UserEdit&amp;userID={@$user->userID}{@SID_ARG_2ND}"><img src="{@RELATIVE_WCF_DIR}icon/editS.png" alt="" title="{lang}wcf.acp.user.edit{/lang}" class="balloonTooltip" /></a>
+                                                       <a href="index.php?form=UserEdit&amp;userID={@$user->userID}{@SID_ARG_2ND}"><img src="{@RELATIVE_WCF_DIR}icon/edit1.svg" alt="" title="{lang}wcf.acp.user.edit{/lang}" class="balloonTooltip" /></a>
                                                {else}
-                                                       <img src="{@RELATIVE_WCF_DIR}icon/editDisabledS.png" alt="" title="{lang}wcf.acp.user.edit{/lang}" />
+                                                       <img src="{@RELATIVE_WCF_DIR}icon/edit1D.svg" alt="" title="{lang}wcf.acp.user.edit{/lang}" />
                                                {/if}
                                                {if $user->deletable}
-                                                       <a onclick="return confirm('{lang}wcf.acp.user.delete.sure{/lang}')" href="index.php?action=UserDelete&amp;userID={@$user->userID}&amp;url={@$encodedURL}{@SID_ARG_2ND}"><img src="{@RELATIVE_WCF_DIR}icon/deleteS.png" alt="" title="{lang}wcf.acp.user.delete{/lang}" class="balloonTooltip" /></a>
+                                                       <a onclick="return confirm('{lang}wcf.acp.user.delete.sure{/lang}')" href="index.php?action=UserDelete&amp;userID={@$user->userID}&amp;url={@$encodedURL}{@SID_ARG_2ND}"><img src="{@RELATIVE_WCF_DIR}icon/delete1.svg" alt="" title="{lang}wcf.acp.user.delete{/lang}" class="balloonTooltip" /></a>
                                                {else}
-                                                       <img src="{@RELATIVE_WCF_DIR}icon/deleteDisabledS.png" alt="" title="{lang}wcf.acp.user.delete{/lang}" />
+                                                       <img src="{@RELATIVE_WCF_DIR}icon/delete1D.svg" alt="" title="{lang}wcf.acp.user.delete{/lang}" />
                                                {/if}
                                                
                                                {if $additionalButtons[$user->userID]|isset}{@$additionalButtons[$user->userID]}{/if}
diff --git a/wcfsetup/install/files/icon/delete1.svg b/wcfsetup/install/files/icon/delete1.svg
new file mode 100644 (file)
index 0000000..ea2a25b
--- /dev/null
@@ -0,0 +1,47 @@
+<?xml version="1.0" encoding="utf-8"?>\r
+<!--<?xml-stylesheet type="text/css" href="svg.css"?>-->\r
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">\r
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" xml:space="preserve">\r
+       \r
+       <title>Delete</title> \r
+       <desc>Delete Icon</desc> \r
+       \r
+       <!--\r
+               @author         Harald Szekely \r
+               @copyright      2011 WoltLab GmbH \r
+               @license        GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php> \r
+       --> \r
+       \r
+       <defs>\r
+               \r
+       </defs>\r
+       \r
+       <g id="IconDelete">\r
+               <g id="Lower" class="Lower">\r
+                       <path id="Circle1" style="fill-rule: evenodd; clip-rule: evenodd; fill: #fff;" d="M2.347168,8.5\r
+                               c0,2.8447266,2.3066406,5.1523438,5.152832,5.1523438c2.8447266,0,5.1523438-2.3076172,5.1523438-5.1523438\r
+                               c0-2.8466797-2.3076172-5.1533203-5.1523438-5.1533203C4.6538086,3.3466797,2.347168,5.6533203,2.347168,8.5z M1,8.5\r
+                               C1,4.909668,3.909668,2,7.5,2C11.0898438,2,14,4.909668,14,8.5c0,3.5888672-2.9101562,6.5-6.5,6.5C3.909668,15,1,12.0888672,1,8.5z"/>\r
+                       <path id="X1" style="fill: #fff;" d="M10.328125,9.9130859L8.9140625,8.4990234l1.4140625-1.4140625\r
+                               c0.375-0.3745117,0.3916016-1.0234375,0.0009766-1.4140625C9.9375,5.2802734,9.2880859,5.2963867,8.9140625,5.6704102\r
+                               L7.5,7.0849609L6.0859375,5.6704102C5.7119141,5.296875,5.0620117,5.2802734,4.6713867,5.6708984\r
+                               s-0.3735352,1.0400391,0,1.4140625l1.4145508,1.4140625L4.6713867,9.9130859\r
+                               C4.2978516,10.2871094,4.28125,10.9365234,4.671875,11.328125c0.390625,0.390625,1.0405273,0.3730469,1.4140625-0.0009766\r
+                               L7.5,9.9130859l1.4140625,1.4140625c0.3740234,0.375,1.0234375,0.3916016,1.4140625,0.0009766\r
+                               C10.71875,10.9365234,10.703125,10.2871094,10.328125,9.9130859z"/>\r
+               </g>\r
+               <g id="Upper" class="Upper">\r
+                       <path id="Circle2" style="fill-rule: evenodd; clip-rule: evenodd; fill: #666;" d="M2.347168,7.5\r
+                               c0,2.8447266,2.3066406,5.1523438,5.152832,5.1523438c2.8447266,0,5.1523438-2.3076172,5.1523438-5.1523438\r
+                               c0-2.8466797-2.3076172-5.1533203-5.1523438-5.1533203C4.6538086,2.3466797,2.347168,4.6533203,2.347168,7.5z M1,7.5\r
+                               C1,3.909668,3.909668,1,7.5,1C11.0898438,1,14,3.909668,14,7.5c0,3.5888672-2.9101562,6.5-6.5,6.5C3.909668,14,1,11.0888672,1,7.5z"/>\r
+                       <path id="X2" style="fill: #666;" d="M10.328125,8.9130859L8.9140625,7.4990234l1.4140625-1.4140625\r
+                               c0.375-0.3745117,0.3916016-1.0234375,0.0009766-1.4140625C9.9375,4.2802734,9.2880859,4.2963867,8.9140625,4.6704102\r
+                               L7.5,6.0849609L6.0859375,4.6704102C5.7119141,4.296875,5.0620117,4.2802734,4.6713867,4.6708984\r
+                               s-0.3735352,1.0400391,0,1.4140625l1.4145508,1.4140625L4.6713867,8.9130859\r
+                               C4.2978516,9.2871094,4.28125,9.9365234,4.671875,10.328125c0.390625,0.390625,1.0405273,0.3730469,1.4140625-0.0009766\r
+                               L7.5,8.9130859l1.4140625,1.4140625c0.3740234,0.375,1.0234375,0.3916016,1.4140625,0.0009766\r
+                               C10.71875,9.9365234,10.703125,9.2871094,10.328125,8.9130859z"/>\r
+               </g>\r
+       </g>\r
+</svg>\r
diff --git a/wcfsetup/install/files/icon/delete1D.svg b/wcfsetup/install/files/icon/delete1D.svg
new file mode 100644 (file)
index 0000000..d2fdff1
--- /dev/null
@@ -0,0 +1,47 @@
+<?xml version="1.0" encoding="utf-8"?>\r
+<!--<?xml-stylesheet type="text/css" href="svg.css"?>-->\r
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">\r
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" xml:space="preserve">\r
+       \r
+       <title>Delete</title> \r
+       <desc>Delete Icon (disabled)</desc> \r
+       \r
+       <!--\r
+               @author         Harald Szekely \r
+               @copyright      2011 WoltLab GmbH \r
+               @license        GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php> \r
+       --> \r
+       \r
+       <defs>\r
+               \r
+       </defs>\r
+       \r
+       <g id="IconDelete" style="opacity: .3;">\r
+               <g id="Lower" class="Lower">\r
+                       <path id="Circle1" style="fill-rule: evenodd; clip-rule: evenodd; fill: #fff;" d="M2.347168,8.5\r
+                               c0,2.8447266,2.3066406,5.1523438,5.152832,5.1523438c2.8447266,0,5.1523438-2.3076172,5.1523438-5.1523438\r
+                               c0-2.8466797-2.3076172-5.1533203-5.1523438-5.1533203C4.6538086,3.3466797,2.347168,5.6533203,2.347168,8.5z M1,8.5\r
+                               C1,4.909668,3.909668,2,7.5,2C11.0898438,2,14,4.909668,14,8.5c0,3.5888672-2.9101562,6.5-6.5,6.5C3.909668,15,1,12.0888672,1,8.5z"/>\r
+                       <path id="X1" style="fill: #fff;" d="M10.328125,9.9130859L8.9140625,8.4990234l1.4140625-1.4140625\r
+                               c0.375-0.3745117,0.3916016-1.0234375,0.0009766-1.4140625C9.9375,5.2802734,9.2880859,5.2963867,8.9140625,5.6704102\r
+                               L7.5,7.0849609L6.0859375,5.6704102C5.7119141,5.296875,5.0620117,5.2802734,4.6713867,5.6708984\r
+                               s-0.3735352,1.0400391,0,1.4140625l1.4145508,1.4140625L4.6713867,9.9130859\r
+                               C4.2978516,10.2871094,4.28125,10.9365234,4.671875,11.328125c0.390625,0.390625,1.0405273,0.3730469,1.4140625-0.0009766\r
+                               L7.5,9.9130859l1.4140625,1.4140625c0.3740234,0.375,1.0234375,0.3916016,1.4140625,0.0009766\r
+                               C10.71875,10.9365234,10.703125,10.2871094,10.328125,9.9130859z"/>\r
+               </g>\r
+               <g id="Upper" class="Upper">\r
+                       <path id="Circle2" style="fill-rule: evenodd; clip-rule: evenodd; fill: #666;" d="M2.347168,7.5\r
+                               c0,2.8447266,2.3066406,5.1523438,5.152832,5.1523438c2.8447266,0,5.1523438-2.3076172,5.1523438-5.1523438\r
+                               c0-2.8466797-2.3076172-5.1533203-5.1523438-5.1533203C4.6538086,2.3466797,2.347168,4.6533203,2.347168,7.5z M1,7.5\r
+                               C1,3.909668,3.909668,1,7.5,1C11.0898438,1,14,3.909668,14,7.5c0,3.5888672-2.9101562,6.5-6.5,6.5C3.909668,14,1,11.0888672,1,7.5z"/>\r
+                       <path id="X2" style="fill: #666;" d="M10.328125,8.9130859L8.9140625,7.4990234l1.4140625-1.4140625\r
+                               c0.375-0.3745117,0.3916016-1.0234375,0.0009766-1.4140625C9.9375,4.2802734,9.2880859,4.2963867,8.9140625,4.6704102\r
+                               L7.5,6.0849609L6.0859375,4.6704102C5.7119141,4.296875,5.0620117,4.2802734,4.6713867,4.6708984\r
+                               s-0.3735352,1.0400391,0,1.4140625l1.4145508,1.4140625L4.6713867,8.9130859\r
+                               C4.2978516,9.2871094,4.28125,9.9365234,4.671875,10.328125c0.390625,0.390625,1.0405273,0.3730469,1.4140625-0.0009766\r
+                               L7.5,8.9130859l1.4140625,1.4140625c0.3740234,0.375,1.0234375,0.3916016,1.4140625,0.0009766\r
+                               C10.71875,9.9365234,10.703125,9.2871094,10.328125,8.9130859z"/>\r
+               </g>\r
+       </g>\r
+</svg>\r
diff --git a/wcfsetup/install/files/icon/deleteS.png b/wcfsetup/install/files/icon/deleteS.png
deleted file mode 100644 (file)
index ef94228..0000000
Binary files a/wcfsetup/install/files/icon/deleteS.png and /dev/null differ
diff --git a/wcfsetup/install/files/icon/disabled1.svg b/wcfsetup/install/files/icon/disabled1.svg
new file mode 100644 (file)
index 0000000..ebb6d71
--- /dev/null
@@ -0,0 +1,43 @@
+<?xml version="1.0" encoding="utf-8"?>\r
+<!--<?xml-stylesheet type="text/css" href="svg.css"?>-->\r
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">\r
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" xml:space="preserve">\r
+       \r
+       <title>Disabled</title> \r
+       <desc>Disabled Icon</desc> \r
+       \r
+       <!--\r
+               @author         Harald Szekely \r
+               @copyright      2011 WoltLab GmbH \r
+               @license        GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php> \r
+       --> \r
+       \r
+       <defs>\r
+               \r
+       </defs>\r
+       \r
+       <g id="IconDisabled">\r
+               <g id="Lower" class="Lower">\r
+                       <path id="Circle1" style="fill-rule: evenodd; clip-rule: evenodd; fill: #fff;" d="M10.6503906,2.8452148\r
+                               C10.515625,2.78125,10.09375,2.609375,9.84375,3.078125C9.5117188,3.7011719,9.9033203,3.9819336,9.984375,4.0263672\r
+                               C11.5703125,4.8989258,12.6523438,6.5610352,12.6523438,8.5c0,2.8447266-2.3076172,5.1523438-5.1523438,5.1523438\r
+                               c-2.8461914,0-5.152832-2.3076172-5.152832-5.1523438c0-1.9262695,1.0683594-3.5776367,2.6362305-4.4555664\r
+                               C5.0732422,3.9941406,5.5,3.671875,5.171875,3.078125C4.909668,2.6040039,4.3652344,2.8359375,4.3413086,2.8496094\r
+                               C2.3510742,3.9545898,1,6.0605469,1,8.5C1,12.0888672,3.909668,15,7.5,15c3.5898438,0,6.5-2.9111328,6.5-6.5\r
+                               C14,6.0576172,12.6455078,3.9492188,10.6503906,2.8452148z"/>\r
+                       <path id="Off1" style="fill: #fff;" d="M6.5004883,3L6.5,9c0.0004883,0.5283203,0.4482422,0.9990234,1.0004883,0.9990234\r
+                               c0.5527344,0,1-0.4707031,1-0.9990234V3c0-0.5292969-0.4472656-1-0.9995117-1C6.9477539,2,6.4995117,2.4707031,6.5004883,3z"/>\r
+               </g>\r
+               <g id="Upper" class="Upper">\r
+                       <path id="Circle2" style="fill-rule: evenodd; clip-rule: evenodd; fill: #666;" d="M10.6503906,1.8452148\r
+                               C10.515625,1.78125,10.09375,1.609375,9.84375,2.078125C9.5117188,2.7011719,9.9033203,2.9819336,9.984375,3.0263672\r
+                               C11.5703125,3.8989258,12.6523438,5.5610352,12.6523438,7.5c0,2.8447266-2.3076172,5.1523438-5.1523438,5.1523438\r
+                               c-2.8461914,0-5.152832-2.3076172-5.152832-5.1523438c0-1.9262695,1.0683594-3.5776367,2.6362305-4.4555664\r
+                               C5.0732422,2.9941406,5.5,2.671875,5.171875,2.078125C4.909668,1.6040039,4.3652344,1.8359375,4.3413086,1.8496094\r
+                               C2.3510742,2.9545898,1,5.0605469,1,7.5C1,11.0888672,3.909668,14,7.5,14c3.5898438,0,6.5-2.9111328,6.5-6.5\r
+                               C14,5.0576172,12.6455078,2.9492188,10.6503906,1.8452148z"/>\r
+                       <path id="Off2" style="fill: #666;" d="M8.5,8V2c0-0.5292969-0.4482422-1-1-1c-0.5527344,0-1,0.4707031-1,1v6\r
+                               C6.4990234,8.5292969,6.9467773,9,7.4990234,9C8.0522461,8.9990234,8.5004883,8.5292969,8.5,8z"/>\r
+               </g>\r
+       </g>\r
+</svg>\r
diff --git a/wcfsetup/install/files/icon/edit1.svg b/wcfsetup/install/files/icon/edit1.svg
new file mode 100644 (file)
index 0000000..f2bc717
--- /dev/null
@@ -0,0 +1,53 @@
+<?xml version="1.0" encoding="utf-8"?>\r
+<!--<?xml-stylesheet type="text/css" href="svg.css"?>-->\r
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">\r
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" xml:space="preserve">\r
+       \r
+       <title>Edit</title> \r
+       <desc>Edit Icon (plus line)</desc> \r
+       \r
+       <!--\r
+               @author         Harald Szekely \r
+               @copyright      2011 WoltLab GmbH \r
+               @license        GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php> \r
+       --> \r
+       \r
+       <defs>\r
+               \r
+       </defs>\r
+       \r
+<g id="IconEdit">\r
+       <g id="Line" class="Line">\r
+               <path class="Lower" style="fill: #fff;" d="M1,15c1.6845703,0.171875,3,0.296875,4.1586914-0.125\r
+                       c1.1821289-0.4306641,1.3759766-0.3876953,2.1137695-0.5917969C9.2773438,13.7285156,9.9814453,13.9970703,12,13.9970703\r
+                       c2.5625,0,2.4150391-1.7333984,1.0205078-1.7783203c-1.4550781-0.046875-3.0664062,0.6044922-4.5688477,1.0029297\r
+                       C7.4140625,13.4970703,6.8081055,14.5615234,4,14.71875L1,15z"/>\r
+               <path class="Upper" style="fill: #666;" d="M1,15c1.609375,0,3.484375,0,4.1586914-0.2714844\r
+                       c0.6723633-0.2705078,1.2871094-0.4648438,1.8818359-0.7148438C8.6411133,13.3427734,9.9814453,13,12,13\r
+                       c2.5625,0,2.4150391-0.9550781,1.0205078-1c-1.4550781-0.046875-3.1611328,0.203125-4.5688477,0.8623047\r
+                       C7.190918,13.453125,6.8081055,14.4150391,4,14.5722656L1,15z"/>\r
+       </g>\r
+       <g id="Pencil" class="Pencil">\r
+               <path class="Lower" style="fill: #fff;" d="M5.4375,12l4.875-4.859375C9.90625,7.15625,9.5625,7.0625,9.28125,6.78125\r
+                       c-0.3125-0.3125-0.3710938-0.6577148-0.375-1.015625L4,10.6621094c-0.355957,0.3544922-0.2885742,0.9863281,0.0209961,1.2958984\r
+                       C4.3857422,12.3222656,5.1064453,12.3310547,5.4375,12z M2.3242188,13.8818359l1.1870117-0.375\r
+                       c-0.2866211-0.1005859-0.4291992-0.0742188-0.6650391-0.3085938c-0.2226562-0.2070312-0.2099609-0.3017578-0.2490234-0.6318359\r
+                       l-0.4121094,1.1708984C2.1499023,13.8447266,2.2167969,13.9130859,2.3242188,13.8818359z M1.2324219,14.9882812\r
+                       c-0.1679688,0.0488281-0.2719727-0.0585938-0.2177734-0.2246094c0,0,1.3828125-3.7988281,1.4384766-3.8964844\r
+                       c0.0566406-0.1015625,0.1289062-0.1972656,0.2177734-0.2871094l8.2294922-8.2963867\r
+                       c0.5371094-0.5405273,1.5332031-0.2988281,2.3671875,0.6367188c0.7695312,0.8662109,0.9433594,1.7548828,0.4726562,2.2275391\r
+                       L5.4555664,13.5c-0.1738281,0.1738281-0.3720703,0.2753906-0.5830078,0.3183594\r
+                       C4.3989258,13.9863281,1.2324219,14.9882812,1.2324219,14.9882812z"/>\r
+               <path class="Upper" style="fill: #666;" d="M5.4375,11l4.875-4.859375C9.90625,6.15625,9.5625,6.0625,9.28125,5.78125\r
+                       c-0.3125-0.3125-0.3710938-0.6577148-0.375-1.015625L4,9.6621094c-0.355957,0.3544922-0.2885742,0.9863281,0.0209961,1.2958984\r
+                       C4.3857422,11.3222656,5.1064453,11.3310547,5.4375,11z M2.3242188,12.8818359l1.1870117-0.375\r
+                       c-0.2866211-0.1005859-0.4291992-0.0742188-0.6650391-0.3085938c-0.2226562-0.2070312-0.2099609-0.3017578-0.2490234-0.6318359\r
+                       l-0.4121094,1.1708984C2.1499023,12.8447266,2.2167969,12.9130859,2.3242188,12.8818359z M1.2324219,13.9882812\r
+                       c-0.1679688,0.0488281-0.2719727-0.0585938-0.2177734-0.2246094c0,0,1.3828125-3.7988281,1.4384766-3.8964844\r
+                       C2.5097656,9.765625,2.5820312,9.6699219,2.6708984,9.5800781l8.2294922-8.2963867\r
+                       c0.5371094-0.5405273,1.5332031-0.2988281,2.3671875,0.6367188c0.7695312,0.8662109,0.9433594,1.7548828,0.4726562,2.2275391\r
+                       L5.4555664,12.5c-0.1738281,0.1738281-0.3720703,0.2753906-0.5830078,0.3183594\r
+                       C4.3989258,12.9863281,1.2324219,13.9882812,1.2324219,13.9882812z"/>\r
+               </g>\r
+       </g>\r
+</svg>\r
diff --git a/wcfsetup/install/files/icon/edit1D.svg b/wcfsetup/install/files/icon/edit1D.svg
new file mode 100644 (file)
index 0000000..3cf371c
--- /dev/null
@@ -0,0 +1,53 @@
+<?xml version="1.0" encoding="utf-8"?>\r
+<!--<?xml-stylesheet type="text/css" href="svg.css"?>-->\r
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">\r
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" xml:space="preserve">\r
+       \r
+       <title>Edit</title> \r
+       <desc>Edit Icon (plus line) (disabled)</desc> \r
+       \r
+       <!--\r
+               @author         Harald Szekely \r
+               @copyright      2011 WoltLab GmbH \r
+               @license        GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php> \r
+       --> \r
+       \r
+       <defs>\r
+               \r
+       </defs>\r
+       \r
+<g id="IconEdit" style="opacity: .3;">\r
+       <g id="Line" class="Line">\r
+               <path class="Lower" style="fill: #fff;" d="M1,15c1.6845703,0.171875,3,0.296875,4.1586914-0.125\r
+                       c1.1821289-0.4306641,1.3759766-0.3876953,2.1137695-0.5917969C9.2773438,13.7285156,9.9814453,13.9970703,12,13.9970703\r
+                       c2.5625,0,2.4150391-1.7333984,1.0205078-1.7783203c-1.4550781-0.046875-3.0664062,0.6044922-4.5688477,1.0029297\r
+                       C7.4140625,13.4970703,6.8081055,14.5615234,4,14.71875L1,15z"/>\r
+               <path class="Upper" style="fill: #666;" d="M1,15c1.609375,0,3.484375,0,4.1586914-0.2714844\r
+                       c0.6723633-0.2705078,1.2871094-0.4648438,1.8818359-0.7148438C8.6411133,13.3427734,9.9814453,13,12,13\r
+                       c2.5625,0,2.4150391-0.9550781,1.0205078-1c-1.4550781-0.046875-3.1611328,0.203125-4.5688477,0.8623047\r
+                       C7.190918,13.453125,6.8081055,14.4150391,4,14.5722656L1,15z"/>\r
+       </g>\r
+       <g id="Pencil" class="Pencil">\r
+               <path class="Lower" style="fill: #fff;" d="M5.4375,12l4.875-4.859375C9.90625,7.15625,9.5625,7.0625,9.28125,6.78125\r
+                       c-0.3125-0.3125-0.3710938-0.6577148-0.375-1.015625L4,10.6621094c-0.355957,0.3544922-0.2885742,0.9863281,0.0209961,1.2958984\r
+                       C4.3857422,12.3222656,5.1064453,12.3310547,5.4375,12z M2.3242188,13.8818359l1.1870117-0.375\r
+                       c-0.2866211-0.1005859-0.4291992-0.0742188-0.6650391-0.3085938c-0.2226562-0.2070312-0.2099609-0.3017578-0.2490234-0.6318359\r
+                       l-0.4121094,1.1708984C2.1499023,13.8447266,2.2167969,13.9130859,2.3242188,13.8818359z M1.2324219,14.9882812\r
+                       c-0.1679688,0.0488281-0.2719727-0.0585938-0.2177734-0.2246094c0,0,1.3828125-3.7988281,1.4384766-3.8964844\r
+                       c0.0566406-0.1015625,0.1289062-0.1972656,0.2177734-0.2871094l8.2294922-8.2963867\r
+                       c0.5371094-0.5405273,1.5332031-0.2988281,2.3671875,0.6367188c0.7695312,0.8662109,0.9433594,1.7548828,0.4726562,2.2275391\r
+                       L5.4555664,13.5c-0.1738281,0.1738281-0.3720703,0.2753906-0.5830078,0.3183594\r
+                       C4.3989258,13.9863281,1.2324219,14.9882812,1.2324219,14.9882812z"/>\r
+               <path class="Upper" style="fill: #666;" d="M5.4375,11l4.875-4.859375C9.90625,6.15625,9.5625,6.0625,9.28125,5.78125\r
+                       c-0.3125-0.3125-0.3710938-0.6577148-0.375-1.015625L4,9.6621094c-0.355957,0.3544922-0.2885742,0.9863281,0.0209961,1.2958984\r
+                       C4.3857422,11.3222656,5.1064453,11.3310547,5.4375,11z M2.3242188,12.8818359l1.1870117-0.375\r
+                       c-0.2866211-0.1005859-0.4291992-0.0742188-0.6650391-0.3085938c-0.2226562-0.2070312-0.2099609-0.3017578-0.2490234-0.6318359\r
+                       l-0.4121094,1.1708984C2.1499023,12.8447266,2.2167969,12.9130859,2.3242188,12.8818359z M1.2324219,13.9882812\r
+                       c-0.1679688,0.0488281-0.2719727-0.0585938-0.2177734-0.2246094c0,0,1.3828125-3.7988281,1.4384766-3.8964844\r
+                       C2.5097656,9.765625,2.5820312,9.6699219,2.6708984,9.5800781l8.2294922-8.2963867\r
+                       c0.5371094-0.5405273,1.5332031-0.2988281,2.3671875,0.6367188c0.7695312,0.8662109,0.9433594,1.7548828,0.4726562,2.2275391\r
+                       L5.4555664,12.5c-0.1738281,0.1738281-0.3720703,0.2753906-0.5830078,0.3183594\r
+                       C4.3989258,12.9863281,1.2324219,13.9882812,1.2324219,13.9882812z"/>\r
+               </g>\r
+       </g>\r
+</svg>\r
diff --git a/wcfsetup/install/files/icon/enabled1.svg b/wcfsetup/install/files/icon/enabled1.svg
new file mode 100644 (file)
index 0000000..419d925
--- /dev/null
@@ -0,0 +1,35 @@
+<?xml version="1.0" encoding="utf-8"?>\r
+<!--<?xml-stylesheet type="text/css" href="svg.css"?>-->\r
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">\r
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" xml:space="preserve">\r
+       \r
+       <title>Enabled</title> \r
+       <desc>Enabled Icon</desc> \r
+       \r
+       <!--\r
+               @author         Harald Szekely \r
+               @copyright      2011 WoltLab GmbH \r
+               @license        GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php> \r
+       --> \r
+       \r
+       <defs>\r
+               \r
+       </defs>\r
+       \r
+       <g id="IconEnabled">\r
+               <g id="Lower" class="Lower">\r
+                       <path id="Circle1" style="fill-rule: evenodd; clip-rule: evenodd; fill: #fff;" d="M2.347168,8.5\r
+                               c0,2.8447266,2.3066406,5.1523438,5.152832,5.1523438c2.8447266,0,5.1523438-2.3076172,5.1523438-5.1523438\r
+                               c0-2.8466797-2.3076172-5.1533203-5.1523438-5.1533203C4.6538086,3.3466797,2.347168,5.6533203,2.347168,8.5z M1,8.5\r
+                               C1,4.909668,3.909668,2,7.5,2C11.0898438,2,14,4.909668,14,8.5c0,3.5888672-2.9101562,6.5-6.5,6.5C3.909668,15,1,12.0888672,1,8.5z"/>\r
+                       <circle id="Point1" style="fill: #fff;" cx="7.5" cy="8.5" r="1.5"/>\r
+               </g>\r
+               <g id="Upper" class="Upper">\r
+                       <path id="Circle2" style="fill-rule: evenodd; clip-rule: evenodd; fill: #666;" d="M2.347168,7.5\r
+                               c0,2.8447266,2.3066406,5.1523438,5.152832,5.1523438c2.8447266,0,5.1523438-2.3076172,5.1523438-5.1523438\r
+                               c0-2.8466797-2.3076172-5.1533203-5.1523438-5.1533203C4.6538086,2.3466797,2.347168,4.6533203,2.347168,7.5z M1,7.5\r
+                               C1,3.909668,3.909668,1,7.5,1C11.0898438,1,14,3.909668,14,7.5c0,3.5888672-2.9101562,6.5-6.5,6.5C3.909668,14,1,11.0888672,1,7.5z"/>\r
+                       <circle id="Point2" style="fill: #666;" cx="7.5" cy="7.5" r="1.5"/>\r
+               </g>\r
+       </g>\r
+</svg>\r
diff --git a/wcfsetup/install/files/icon/enabled1D.svg b/wcfsetup/install/files/icon/enabled1D.svg
new file mode 100644 (file)
index 0000000..dd4a071
--- /dev/null
@@ -0,0 +1,35 @@
+<?xml version="1.0" encoding="utf-8"?>\r
+<!--<?xml-stylesheet type="text/css" href="svg.css"?>-->\r
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">\r
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" xml:space="preserve">\r
+       \r
+       <title>Enabled</title> \r
+       <desc>Enabled Icon (disabled)</desc> \r
+       \r
+       <!--\r
+               @author         Harald Szekely \r
+               @copyright      2011 WoltLab GmbH \r
+               @license        GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php> \r
+       --> \r
+       \r
+       <defs>\r
+               \r
+       </defs>\r
+       \r
+       <g id="IconOn" style="opacity: .3;">\r
+               <g id="Lower" class="Lower">\r
+                       <path id="Circle1" style="fill-rule: evenodd; clip-rule: evenodd; fill: #fff;" d="M2.347168,8.5\r
+                               c0,2.8447266,2.3066406,5.1523438,5.152832,5.1523438c2.8447266,0,5.1523438-2.3076172,5.1523438-5.1523438\r
+                               c0-2.8466797-2.3076172-5.1533203-5.1523438-5.1533203C4.6538086,3.3466797,2.347168,5.6533203,2.347168,8.5z M1,8.5\r
+                               C1,4.909668,3.909668,2,7.5,2C11.0898438,2,14,4.909668,14,8.5c0,3.5888672-2.9101562,6.5-6.5,6.5C3.909668,15,1,12.0888672,1,8.5z"/>\r
+                       <circle id="Point1" style="fill: #fff;" cx="7.5" cy="8.5" r="1.5"/>\r
+               </g>\r
+               <g id="Upper" class="Upper">\r
+                       <path id="Circle2" style="fill-rule: evenodd; clip-rule: evenodd; fill: #666;" d="M2.347168,7.5\r
+                               c0,2.8447266,2.3066406,5.1523438,5.152832,5.1523438c2.8447266,0,5.1523438-2.3076172,5.1523438-5.1523438\r
+                               c0-2.8466797-2.3076172-5.1533203-5.1523438-5.1533203C4.6538086,2.3466797,2.347168,4.6533203,2.347168,7.5z M1,7.5\r
+                               C1,3.909668,3.909668,1,7.5,1C11.0898438,1,14,3.909668,14,7.5c0,3.5888672-2.9101562,6.5-6.5,6.5C3.909668,14,1,11.0888672,1,7.5z"/>\r
+                       <circle id="Point2" style="fill: #666;" cx="7.5" cy="7.5" r="1.5"/>\r
+               </g>\r
+       </g>\r
+</svg>\r
diff --git a/wcfsetup/install/files/icon/logIn.svg b/wcfsetup/install/files/icon/logIn.svg
deleted file mode 100644 (file)
index e8274e1..0000000
+++ /dev/null
@@ -1,33 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>\r
-<!--<?xml-stylesheet type="text/css" href="svg.css"?>-->\r
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">\r
-<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" xml:space="preserve">\r
-       \r
-       <title>Log-In</title> \r
-       <desc>Log-In Icon</desc> \r
-       \r
-       <!--\r
-               @author         Harald Szekely \r
-               @copyright      2011 WoltLab GmbH \r
-               @license        GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php> \r
-       --> \r
-       \r
-       <defs>\r
-               \r
-       </defs>\r
-       \r
-       <g id="IconLogin">\r
-               <path id="Lower" class="Lower" style="fill-rule: evenodd; clip-rule: evenodd; fill: #fff;" d="M13,2H2C1.4477539,2,1,2.4477539,1,3v11\r
-                       c0,0.5527344,0.4477539,1,1,1h11c0.5527344,0,1-0.4472656,1-1V3C14,2.4477539,13.5527344,2,13,2z M5,12H3v-1.5h2V12z M13,10\r
-                       c0,0.6875-0.3515625,1-1,1h-2c-0.6494141,0-1-0.3125-1-1V9H5v1H3V9H2.2998047C2.078125,9,2,8.8129883,2,8.5834961V7.4165039\r
-                       C2,7.1870117,2.1811523,7,2.402832,7H9V6c0-0.6879883,0.3505859-1,1-1h2c0.6484375,0,1,0.3120117,1,1V10z M12,6.3754883V9.625\r
-                       C12,9.8310547,11.8222656,10,11.6054688,10h-1.2109375C10.1777344,10,10,9.8310547,10,9.625V6.3754883\r
-                       C10,6.1689453,10.1777344,6,10.3945312,6h1.2109375C11.8222656,6,12,6.1689453,12,6.3754883z"/>\r
-               <path id="Upper" class="Upper" style="fill-rule: evenodd; clip-rule: evenodd; fill: #666;" d="M13,1H2C1.4477539,1,1,1.4477539,1,2v11\r
-                       c0,0.5527344,0.4477539,1,1,1h11c0.5527344,0,1-0.4472656,1-1V2C14,1.4477539,13.5527344,1,13,1z M5,11H3V9.5h2V11z M13,9\r
-                       c0,0.6875-0.3515625,1-1,1h-2c-0.6494141,0-1-0.3125-1-1V8H5v1H3V8H2.2998047C2.078125,8,2,7.8129883,2,7.5834961V6.4165039\r
-                       C2,6.1870117,2.1811523,6,2.402832,6H9V5c0-0.6879883,0.3505859-1,1-1h2c0.6484375,0,1,0.3120117,1,1V9z M12,5.3754883v3.2490234\r
-                       C12,8.8310547,11.8222656,9,11.6054688,9h-1.2109375C10.1777344,9,10,8.8310547,10,8.6245117V5.3754883\r
-                       C10,5.1689453,10.1777344,5,10.3945312,5h1.2109375C11.8222656,5,12,5.1689453,12,5.3754883z"/>\r
-       </g>\r
-</svg>\r
diff --git a/wcfsetup/install/files/icon/logIn1.svg b/wcfsetup/install/files/icon/logIn1.svg
new file mode 100644 (file)
index 0000000..e8274e1
--- /dev/null
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="utf-8"?>\r
+<!--<?xml-stylesheet type="text/css" href="svg.css"?>-->\r
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">\r
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" xml:space="preserve">\r
+       \r
+       <title>Log-In</title> \r
+       <desc>Log-In Icon</desc> \r
+       \r
+       <!--\r
+               @author         Harald Szekely \r
+               @copyright      2011 WoltLab GmbH \r
+               @license        GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php> \r
+       --> \r
+       \r
+       <defs>\r
+               \r
+       </defs>\r
+       \r
+       <g id="IconLogin">\r
+               <path id="Lower" class="Lower" style="fill-rule: evenodd; clip-rule: evenodd; fill: #fff;" d="M13,2H2C1.4477539,2,1,2.4477539,1,3v11\r
+                       c0,0.5527344,0.4477539,1,1,1h11c0.5527344,0,1-0.4472656,1-1V3C14,2.4477539,13.5527344,2,13,2z M5,12H3v-1.5h2V12z M13,10\r
+                       c0,0.6875-0.3515625,1-1,1h-2c-0.6494141,0-1-0.3125-1-1V9H5v1H3V9H2.2998047C2.078125,9,2,8.8129883,2,8.5834961V7.4165039\r
+                       C2,7.1870117,2.1811523,7,2.402832,7H9V6c0-0.6879883,0.3505859-1,1-1h2c0.6484375,0,1,0.3120117,1,1V10z M12,6.3754883V9.625\r
+                       C12,9.8310547,11.8222656,10,11.6054688,10h-1.2109375C10.1777344,10,10,9.8310547,10,9.625V6.3754883\r
+                       C10,6.1689453,10.1777344,6,10.3945312,6h1.2109375C11.8222656,6,12,6.1689453,12,6.3754883z"/>\r
+               <path id="Upper" class="Upper" style="fill-rule: evenodd; clip-rule: evenodd; fill: #666;" d="M13,1H2C1.4477539,1,1,1.4477539,1,2v11\r
+                       c0,0.5527344,0.4477539,1,1,1h11c0.5527344,0,1-0.4472656,1-1V2C14,1.4477539,13.5527344,1,13,1z M5,11H3V9.5h2V11z M13,9\r
+                       c0,0.6875-0.3515625,1-1,1h-2c-0.6494141,0-1-0.3125-1-1V8H5v1H3V8H2.2998047C2.078125,8,2,7.8129883,2,7.5834961V6.4165039\r
+                       C2,6.1870117,2.1811523,6,2.402832,6H9V5c0-0.6879883,0.3505859-1,1-1h2c0.6484375,0,1,0.3120117,1,1V9z M12,5.3754883v3.2490234\r
+                       C12,8.8310547,11.8222656,9,11.6054688,9h-1.2109375C10.1777344,9,10,8.8310547,10,8.6245117V5.3754883\r
+                       C10,5.1689453,10.1777344,5,10.3945312,5h1.2109375C11.8222656,5,12,5.1689453,12,5.3754883z"/>\r
+       </g>\r
+</svg>\r
diff --git a/wcfsetup/install/files/icon/package1.svg b/wcfsetup/install/files/icon/package1.svg
new file mode 100644 (file)
index 0000000..947b63d
--- /dev/null
@@ -0,0 +1,29 @@
+<?xml version="1.0" encoding="utf-8"?>\r
+<!--<?xml-stylesheet type="text/css" href="svg.css"?>-->\r
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">\r
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" xml:space="preserve">\r
+       \r
+       <title>Package</title> \r
+       <desc>Package Icon (tilt)</desc> \r
+       \r
+       <!--\r
+               @author         Harald Szekely \r
+               @copyright      2011 WoltLab GmbH \r
+               @license        GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php> \r
+       --> \r
+       \r
+       <defs>\r
+               \r
+       </defs>\r
+       \r
+       <g id="IconPackage">\r
+               <g id="Lower" class="Lower">\r
+                       <polygon style="fill: #fff;" points="8,2 1,4.0004883 1,5.0004883 8,3 15,5.0004883 15,4.0004883"/>\r
+                       <path style="fill: #fff;" d="M8,6L1,4v9l7,2l7-2V4L8,6z M14,12.2861328L8,14l-6-1.7138672V5.2856445L8,7l6-1.7143555V12.2861328z"/>\r
+               </g>\r
+               <g id="Upper" class="Upper">\r
+                       <polygon style="fill: #666;" points="8,1 1,3.0004883 1,4.0004883 8,2 15,4.0004883 15,3.0004883"/>\r
+                       <path style="fill: #666;" d="M8,5L1,3v9l7,2l7-2V3L8,5z M14,11.2861328L8,13l-6-1.7138672V4.2856445L8,6l6-1.7143555V11.2861328z"/>\r
+               </g>\r
+       </g>\r
+</svg>\r
diff --git a/wcfsetup/install/files/icon/packageStandalone1.svg b/wcfsetup/install/files/icon/packageStandalone1.svg
new file mode 100644 (file)
index 0000000..905b0ea
--- /dev/null
@@ -0,0 +1,31 @@
+<?xml version="1.0" encoding="utf-8"?>\r
+<!--<?xml-stylesheet type="text/css" href="svg.css"?>-->\r
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">\r
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" xml:space="preserve">\r
+       \r
+       <title>Package</title> \r
+       <desc>Package Icon (straight)</desc> \r
+       \r
+       <!--\r
+               @author         Harald Szekely \r
+               @copyright      2011 WoltLab GmbH \r
+               @license        GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php> \r
+       --> \r
+       \r
+       <defs>\r
+               \r
+       </defs>\r
+       \r
+       <g id="IconPackage">\r
+               <g id="Lower" class="Lower">\r
+                       <path id="Front1" style="fill-rule: evenodd; clip-rule: evenodd; fill: #fff;" d="M14,5H1v10h13V5z M12.984375,14H2.015625L2,6\r
+                               h11L12.984375,14z"/>\r
+                       <polygon id="Upside1" style="fill-rule: evenodd; clip-rule: evenodd; fill: #fff;" points="12.5,2.5 2.5,2.5 1,4.75 14,4.75"/>\r
+               </g>\r
+               <g id="Upper" class="Upper">\r
+                       <path id="Front2" style="fill-rule: evenodd; clip-rule: evenodd; fill: #666;" d="M14,4H1v10h13V4z M12.984375,13H2.015625L2,5h11\r
+                               L12.984375,13z"/>\r
+                       <polygon id="Upside2" style="fill-rule: evenodd; clip-rule: evenodd; fill: #666;" points="12.5,1.5 2.5,1.5 1,3.75 14,3.75"/>\r
+               </g>\r
+       </g>\r
+</svg>\r
diff --git a/wcfsetup/install/files/icon/play1.svg b/wcfsetup/install/files/icon/play1.svg
new file mode 100644 (file)
index 0000000..4af68b5
--- /dev/null
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="utf-8"?>\r
+<!--<?xml-stylesheet type="text/css" href="svg.css"?>-->\r
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">\r
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" xml:space="preserve">\r
+       \r
+       <title>Play</title> \r
+       <desc>Play Icon (framed)</desc> \r
+       \r
+       <!--\r
+               @author         Harald Szekely \r
+               @copyright      2011 WoltLab GmbH \r
+               @license        GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php> \r
+       --> \r
+       \r
+       <defs>\r
+               \r
+       </defs>\r
+       \r
+       <g id="IconPlayframed">\r
+               <path id="Lower" class="Lower" style="fill-rule: evenodd; clip-rule: evenodd; fill: #fff;" d="M13,2H2C1.4477539,2,1,2.4477539,1,3v11\r
+                       c0,0.5527344,0.4477539,1,1,1h11c0.5527344,0,1-0.4472656,1-1V3C14,2.4477539,13.5527344,2,13,2z M4,13.0097656v-9l7,4.4990234\r
+                       L4,13.0097656z"/>\r
+               <path id="Upper" class="Upper" style="fill-rule: evenodd; clip-rule: evenodd; fill: #666;" d="M13,1H2C1.4477539,1,1,1.4477539,1,2v11\r
+                       c0,0.5527344,0.4477539,1,1,1h11c0.5527344,0,1-0.4472656,1-1V2C14,1.4477539,13.5527344,1,13,1z M4,12.0097656v-9l7,4.4990234\r
+                       L4,12.0097656z"/>\r
+       </g>\r
+</svg>\r
diff --git a/wcfsetup/install/files/icon/play1D.svg b/wcfsetup/install/files/icon/play1D.svg
new file mode 100644 (file)
index 0000000..277d2b3
--- /dev/null
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="utf-8"?>\r
+<!--<?xml-stylesheet type="text/css" href="svg.css"?>-->\r
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">\r
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" xml:space="preserve">\r
+       \r
+       <title>Play</title> \r
+       <desc>Play Icon (framed) (disabled)</desc> \r
+       \r
+       <!--\r
+               @author         Harald Szekely \r
+               @copyright      2011 WoltLab GmbH \r
+               @license        GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php> \r
+       --> \r
+       \r
+       <defs>\r
+               \r
+       </defs>\r
+       \r
+       <g id="IconPlayFramed" style="opacity: .3;">\r
+               <path id="Lower" class="Lower" style="fill-rule: evenodd; clip-rule: evenodd; fill: #fff;" d="M13,2H2C1.4477539,2,1,2.4477539,1,3v11\r
+                       c0,0.5527344,0.4477539,1,1,1h11c0.5527344,0,1-0.4472656,1-1V3C14,2.4477539,13.5527344,2,13,2z M4,13.0097656v-9l7,4.4990234\r
+                       L4,13.0097656z"/>\r
+               <path id="Upper" class="Upper" style="fill-rule: evenodd; clip-rule: evenodd; fill: #666;" d="M13,1H2C1.4477539,1,1,1.4477539,1,2v11\r
+                       c0,0.5527344,0.4477539,1,1,1h11c0.5527344,0,1-0.4472656,1-1V2C14,1.4477539,13.5527344,1,13,1z M4,12.0097656v-9l7,4.4990234\r
+                       L4,12.0097656z"/>\r
+       </g>\r
+</svg>\r
diff --git a/wcfsetup/install/files/icon/update1.svg b/wcfsetup/install/files/icon/update1.svg
new file mode 100644 (file)
index 0000000..2dc11e3
--- /dev/null
@@ -0,0 +1,39 @@
+<?xml version="1.0" encoding="utf-8"?>\r
+<!--<?xml-stylesheet type="text/css" href="svg.css"?>-->\r
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">\r
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" xml:space="preserve">\r
+       \r
+       <title>Update</title> \r
+       <desc>Update Icon</desc> \r
+       \r
+       <!--\r
+               @author         Harald Szekely \r
+               @copyright      2011 WoltLab GmbH \r
+               @license        GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php> \r
+       --> \r
+       \r
+       <defs>\r
+               \r
+       </defs>\r
+       \r
+       <g id="IconUpdate">\r
+               <g id="Lower" class="Lower">\r
+                       <path id="Circle_1_" style="fill-rule: evenodd; clip-rule: evenodd; fill: #fff;" d="M12,11.75\r
+                               c-0.6455078-0.6455078-1.3427734-0.0800781-1.3427734-0.0800781C9.8496094,12.4853516,8.7421875,13,7.5,13\r
+                               C5.0146484,13,3,10.9853516,3,8.5S5.0146484,4,7.5,4c1.9570312,0,3.6044922,1.2563477,4.2246094,3h2.0947266\r
+                               C13.140625,4.1347656,10.5722656,2,7.5,2C3.9101562,2,1,4.9101562,1,8.5S3.9101562,15,7.5,15\r
+                               c1.7919922,0,3.4091797-0.7304688,4.5830078-1.9042969C12.0830078,13.0957031,12.6669922,12.4169922,12,11.75z"/>\r
+                       <polygon id="Arrow_2_" style="fill-rule: evenodd; clip-rule: evenodd; fill: #fff;" points="12.75,2 12.75,6 8.75,6 10.75,8 \r
+                               14.75,8 14.75,4"/>\r
+               </g>\r
+               <g id="Upper" class="Upper">\r
+                       <path id="Circle" style="fill-rule: evenodd; clip-rule: evenodd;fill: #666;" d="M12,10.75\r
+                               c-0.6455078-0.6455078-1.3427734-0.0800781-1.3427734-0.0800781C9.8496094,11.4853516,8.7421875,12,7.5,12\r
+                               C5.0146484,12,3,9.9853516,3,7.5S5.0146484,3,7.5,3c1.9570312,0,3.6044922,1.2563477,4.2246094,3h2.0947266\r
+                               C13.140625,3.1347656,10.5722656,1,7.5,1C3.9101562,1,1,3.9101562,1,7.5S3.9101562,14,7.5,14\r
+                               c1.7919922,0,3.4091797-0.7304688,4.5830078-1.9042969C12.0830078,12.0957031,12.6669922,11.4169922,12,10.75z"/>\r
+                       <polygon id="Arrow_1_" style="fill-rule: evenodd; clip-rule: evenodd; fill: #666;" points="12.75,1 12.75,5 8.75,5 10.75,7 \r
+                               14.75,7 14.75,3"/>\r
+               </g>\r
+       </g>\r
+</svg>\r
index 65311695d72d91d400d1358ef08a708b4805e5b2..cbd009815728543642ca76a62ec7b10d918f2110 100644 (file)
@@ -2,7 +2,7 @@
 namespace wcf\system\form\element;
 
 /**
- * Provides a radio form element.
+ * Provides a checkbox form element.
  *
  * @author     Alexander Ebert
  * @copyright  2001-2011 WoltLab GmbH
index d1fd6d9d55c68fa42a7a63cb57c39417e1f924e8..bd0d4868b50282bdfa2c024e0119e2c60ff86c32 100644 (file)
@@ -2,7 +2,7 @@
 namespace wcf\system\form\element;
 
 /**
- * Provides a checkbox form element.
+ * Provides a radio form element.
  *
  * @author     Alexander Ebert
  * @copyright  2001-2011 WoltLab GmbH