input[type='submit'],
input[type='button'],
.largeButtons ul li a,
+.smallButtons > li > a,
.badgeButton,
.pageNavigation ul li:not(.children),
.clipboardEditor > ul > li,
background-image: -ms-linear-gradient(rgba(255, 255, 255, 1), rgba(245, 245, 245, 1) 2px, rgba(235, 235, 235, 1));
background-image: -o-linear-gradient(rgba(255, 255, 255, 1), rgba(245, 245, 245, 1) 2px, rgba(235, 235, 235, 1));
background-image: linear-gradient(rgba(255, 255, 255, 1), rgba(245, 245, 245, 1) 2px, rgba(235, 235, 235, 1));
-
+
-webkit-transition: all .1s linear;
-moz-transition: all .1s linear;
-ms-transition: all .1s linear;
input[type='button']:hover,
input[type='button'].default:hover,
.largeButtons ul li a:hover,
+.smallButtons > li > a:hover,
.badgeButton:hover,
.pageNavigation ul li:not(.disabled):hover,
.clipboardEditor > ul > li:hover,
input[type='button']:focus,
input[type='button'].default:focus,
.largeButtons ul li a:focus,
+.smallButtons > li > a:focus,
.badgeButton:focus,
.pageNavigation ul li:not(.disabled):active,
.clipboardEditor > ul > li:focus,
input[type='button']:active,
input[type='button'].default:active,
.largeButtons ul li a:active,
+.smallButtons > li > a:active,
.badgeButton:active,
.pageNavigation ul li:not(.disabled):focus,
.clipboardEditor > ul > li:active,
input[type='submit'],
input[type='button'].default,
-.largeButtons ul li.default a {
+.largeButtons ul li.default a,
+.smallButtons > li.default > a {
color: #69c;
border-width: 1px;
border-style: solid;
input[type='submit']:hover,
input[type='button'].default:hover,
-.largeButtons ul li.default a:hover {
+.largeButtons ul li.default a:hover,
+.smallButtons > li.default > a:hover {
-webkit-box-shadow: 0 0 10px #fa2;
-moz-box-shadow: 0 0 10px #fa2;
-ms-box-shadow: 0 0 10px #fa2;
.largeButtons ul li.default a:focus,
input[type='submit']:active,
input[type='button'].default:active,
-.largeButtons ul li.default a:active {
+.largeButtons ul li.default a:active,
+.smallButtons > li.default > a:active {
-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .1);
-moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .1);
-ms-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .1);
input[disabled='disabled'],
input[type='button'][disabled='disabled'],
-.largeButtons ul li.disabled a {
+.largeButtons ul li.disabled a,
+.smallButtons > li.disabled > a {
color: #999;
cursor: default;
border-width: 1px;
position: absolute;
}
+
+
+
+
+
+
+
+/* ############## Package List ############## */
+
+/* -- -- -- Package Standalone -- -- -- */
+
+/* Globals */
+
+.infoPackageStandalone {
+ position: relative;
+ padding-bottom: 0;
+}
+
+.infoPackageStandalone .packageStandaloneIcon {
+ position: absolute;
+ top: 30px;
+ left: 25px;
+ width: 96px;
+ height: 96px;
+}
+
+.infoPackageStandalone section {
+ margin-left: 30px;
+}
+
+/* Navigation */
+
+.infoPackageStandalone footer {
+ position: relative;
+ right: -15px;
+}
+
+.infoPackageStandalone footer nav {
+ text-align: right;
+ opacity: 0;
-
+ -webkit-transition: all .2s linear;
+ -moz-transition: all .2s linear;
+ -ms-transition: all .2s linear;
+ -o-transition: all .2s linear;
+ transition: all .2s linear;
+}
+
+.infoPackageStandalone:hover footer nav {
+ opacity: 1;
+}
+
+.infoPackageStandalone footer nav ul.smallButtons {
+ list-style-type: none;
+ display: inline-block;
+ margin-right: -1px;
+ margin-bottom: -1px;
+}
+
+.infoPackageStandalone footer nav ul.smallButtons > li {
+ float: left;
+ position: relative;
+ margin-left: -1px;
+}
+
+.infoPackageStandalone footer nav ul.smallButtons > li > a {
+ text-decoration: none;
+ white-space: nowrap;
+ padding: 3px 7px;
+ overflow: hidden;
+}
+
+.infoPackageStandalone footer nav ul.smallButtons > li.separator > a {
+ border-right: 1px dotted #bcd;
+}
+
+.infoPackageStandalone footer nav ul.smallButtons > li:first-child > a {
+ border-top-left-radius: 13px;
+}
+
+.infoPackageStandalone footer nav ul.smallButtons > li:last-child > a {
+ border-bottom-right-radius: 7px;
+}
+
+.infoPackageStandalone footer nav ul.smallButtons > li > a img {
+ border: 0 !important;
+ vertical-align: middle;
+}
+
+
+
+
+
{if $plugins|count}<li><a href="#plugins" title="plugins">plugins</a></li>{/if}
</ul>
</nav>
-
+
<div id="applications" class="border tabMenuContent hidden">
<hgroup class="subHeading">
- <h1>installed applications</h1>
+ <h1>Installed Applications</h1>
</hgroup>
-
+
{foreach from=$applications key=packageID item=package}
- <fieldset>
+ <fieldset class="infoPackageStandalone">
<legend>{$package->getName()}</legend>
-
- <gimme sum icon>
-
- <dl>
- <dt>package</dt>
- <dd>{$package->package}</dd>
- </dl>
- <dl>
- <dt>installed version</dt>
- <dd>{$package->packageVersion}</dd>
- </dl>
- <dl>
- <dt>create date</dt>
- <dd>{$package->packageDate|date}</dd>
- </dl>
- <dl>
- <dt>install date</dt>
- <dd>{@$package->installDate|time}</dd>
- </dl>
- <dl>
- <dt>update date</dt>
- <dd>{@$package->updateDate|time}</dd>
- </dl>
- <dl>
- <dt>creator</dt>
- <dd>{if $package->authorURL}<a href="dereferrer.php?url={$package->authorURL|rawurlencode}">{/if}{$package->author}{if $package->authorURL}</a>{/if}</dd>
- </dl>
-
- <div style="text-align: right;">
- <ul>
- <li style="display: inline-block;"><a href="{link controller='PackageView' id=$packageID}{/link}">details</a></li>
- <li style="display: inline-block;"><a href="{link controller='PackageStartInstall' id=$packageID}action=update{/link}"><img src="{@RELATIVE_WCF_DIR}icon/update1.svg" alt="" title="{lang}wcf.acp.package.view.button.update{/lang}" class="balloonTooltip" /></a></li>
- </ul>
- </div>
+
+ <img src="{@RELATIVE_WCF_DIR}icon/wcfIcon1.svg" alt="" title="{$package->getName()}" class="packageStandaloneIcon" />
+
+ <section>
+ <dl>
+ <dt>package</dt>
+ <dd><span class="badge badgeNote">{$package->package}</span></dd>
+ </dl>
+ <dl>
+ <dt>installed version</dt>
+ <dd>{$package->packageVersion}</dd>
+ </dl>
+ <dl>
+ <dt>create date</dt>
+ <dd>{$package->packageDate|date}</dd>
+ </dl>
+ <dl>
+ <dt>install date</dt>
+ <dd>{@$package->installDate|time}</dd>
+ </dl>
+ <dl>
+ <dt>update date</dt>
+ <dd>{@$package->updateDate|time}</dd>
+ </dl>
+ <dl>
+ <dt>creator</dt>
+ <dd>{if $package->authorURL}<a href="dereferrer.php?url={$package->authorURL|rawurlencode}">{/if}{$package->author}{if $package->authorURL}</a>{/if}</dd>
+ </dl>
+ </section>
+
+ <footer>
+ <nav>
+ <ul class="smallButtons">
+ <li><a href="{link controller='PackageView' id=$packageID}{/link}"><img src="{@RELATIVE_WCF_DIR}icon/info1.svg" alt="" title="{lang}wcf.acp.package.view.button.update{/lang}" class="bal loonTooltip" /> Details</a></li>
+ <li><a href="{link controller='PackageStartInstall' id=$packageID}action=update{/link}"><img src="{@RELATIVE_WCF_DIR}icon/update1.svg" alt="" title="{lang}wcf.acp.package.view.button.update{/lang}" class="bal loonTooltip" /> Update</a></li>
+ </ul>
+ </nav>
+ </footer>
</fieldset>
{/foreach}
</div>
-
+
{hascontent}
<div id="plugins" class="border tabMenuContent hidden">
<hgroup class="subHeading">
<h1>installed plugins</h1>
</hgroup>
-
+
<div class="pluginList"></div>
-
+
<ol>
{content}
{include file='packageListPlugins'}
{/content}
</ol>
-
+
<div class="pluginList"></div>
</div>
{/hascontent}
{if $additionalFields|isset}{@$additionalFields}{/if}
</fieldset>
-
+
{if $additionalFieldSets|isset}{@$additionalFieldSets}{/if}
<div class="tabMenuContainer" data-active="{$activeSubTabMenuItem}" data-store="activeTabMenuItem">
{/foreach}
</ul>
</nav>
-
+
{foreach from=$categoryLevel1[categories] item=categoryLevel2}
<div id="{@$categoryLevel1[object]->categoryName}-{@$categoryLevel2[object]->categoryName}" class="hidden">
<hgroup class="subHeading">
<h1>{lang}wcf.acp.group.option.category.{@$categoryLevel2[object]->categoryName}{/lang}</h1>
<h2>{lang}wcf.acp.group.option.category.{@$categoryLevel2[object]->categoryName}.description{/lang}</h2>
</hgroup>
-
+
{if $categoryLevel2[options]|count}
{include file='optionFieldList' options=$categoryLevel2[options] langPrefix='wcf.acp.group.option.'}
{/if}
-
+
{if $categoryLevel2[categories]|count}
{foreach from=$categoryLevel2[categories] item=categoryLevel3}
<fieldset>
</fieldset>
{/foreach}
{/if}
-
+
</div>
{/foreach}
</div>
--- /dev/null
+<?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>Info</title> \r
+ <desc>Info Icon (outlined)</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="IconInfo">\r
+ <g class="Lower">\r
+ <path id="Circle1" style="fill-rule: evenodd; clip-rule: evenodd; fill: #fff;" d="M2.347168,8.5\r
+ c0,2.8476562,2.3066406,5.1533203,5.152832,5.1533203c2.8447266,0,5.1523438-2.3056641,5.1523438-5.1533203\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.9101562,3.909668,2,7.5,2C11.0898438,2,14,4.9101562,14,8.5c0,3.5908203-2.9101562,6.5-6.5,6.5\r
+ C3.909668,15,1,12.0908203,1,8.5z"/>\r
+ <path id="Info1" style="fill: #fff;" d="M8.9916992,10.625l-0.1176758,0.9628906\r
+ c-0.3549805,0.1328125-0.6376953,0.2324219-0.8491211,0.3027344c-0.2109375,0.0683594-0.456543,0.1035156-0.7358398,0.1035156\r
+ c-0.4296875,0-0.7631836-0.0996094-1.0024414-0.296875C6.0488281,11.5,5.9301758,11.2480469,5.9301758,10.9453125\r
+ c0-0.1191406,0.0092773-0.2402344,0.0268555-0.3632812c0.0180664-0.1230469,0.046875-0.2636719,0.0864258-0.4179688\r
+ l0.4428711-1.4819336c0.0395508-0.1416016,0.0732422-0.2763672,0.1000977-0.402832\r
+ c0.0268555-0.1274414,0.0395508-0.2426758,0.0395508-0.3476562c0-0.1889648-0.0405273-0.3208008-0.1235352-0.3955078\r
+ c-0.0825195-0.074707-0.2397461-0.1113281-0.4741211-0.1113281c-0.1142578,0-0.2324219,0.0166016-0.3525391,0.0507812\r
+ c-0.1201172,0.0336914-0.2236328,0.065918-0.3095703,0.0961914V7.0649414\r
+ c0.2910156-0.1113281,0.6870117-0.1567383,0.9516602-0.2358398c0.2651367-0.0795898,0.5161133-0.1196289,0.753418-0.1196289\r
+ c0.4267578,0,0.7553711,0.097168,0.9868164,0.2919922c0.230957,0.1943359,0.3461914,0.4472656,0.3461914,0.7578125\r
+ c0,0.0644531-0.0078125,0.1777344-0.0239258,0.3398438S8.3344727,8.409668,8.2915039,8.5454102l-0.4414062,1.4760742\r
+ c-0.0361328,0.1171875-0.0683594,0.2539062-0.0976562,0.40625c-0.0283203,0.1523438-0.0429688,0.2675781-0.0429688,0.34375\r
+ c0,0.1972656,0.0473633,0.3300781,0.1396484,0.4003906C7.9423828,11.2441406,8.9306641,10.6503906,8.9916992,10.625z\r
+ M9.1044922,4.9399414c0,0.2573242-0.1025391,0.4760742-0.3081055,0.65625\r
+ c-0.206543,0.1811523-0.4541016,0.2714844-0.7446289,0.2714844c-0.2900391,0-0.5385742-0.090332-0.746582-0.2714844\r
+ c-0.2080078-0.1801758-0.3115234-0.3989258-0.3115234-0.65625S7.097168,4.4633789,7.3051758,4.2807617\r
+ s0.456543-0.2739258,0.746582-0.2739258c0.2905273,0,0.5380859,0.0913086,0.7446289,0.2739258\r
+ C9.0019531,4.4633789,9.1044922,4.6826172,9.1044922,4.9399414z"/>\r
+ </g>\r
+ <g class="Upper">\r
+ <path id="Circle2" style="fill-rule: evenodd; clip-rule: evenodd; fill: #666;" d="M2.347168,7.5\r
+ c0,2.8476562,2.3066406,5.1533203,5.152832,5.1533203c2.8447266,0,5.1523438-2.3056641,5.1523438-5.1533203\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.9101562,3.909668,1,7.5,1C11.0898438,1,14,3.9101562,14,7.5c0,3.5908203-2.9101562,6.5-6.5,6.5\r
+ C3.909668,14,1,11.0908203,1,7.5z"/>\r
+ <path id="Info2" style="fill: #666;" d="M8.9916992,10.625l-0.1176758,0.4550781\r
+ c-0.3549805,0.1337891-0.6376953,0.2333984-0.8491211,0.3027344c-0.2109375,0.0683594-0.456543,0.1035156-0.7358398,0.1035156\r
+ c-0.4296875,0-0.7631836-0.0986328-1.0024414-0.2958984c-0.237793-0.1982422-0.3564453-0.4492188-0.3564453-0.7529297\r
+ c0-0.1181641,0.0092773-0.2392578,0.0268555-0.3623047C5.9750977,9.9511719,6.0039062,9.8115234,6.043457,9.65625\r
+ l0.4428711-1.480957c0.0395508-0.1416016,0.0732422-0.2763672,0.1000977-0.402832\r
+ c0.0268555-0.1274414,0.0395508-0.2426758,0.0395508-0.3476562c0-0.1889648-0.0405273-0.3208008-0.1235352-0.3955078\r
+ c-0.0825195-0.074707-0.2397461-0.1113281-0.4741211-0.1113281c-0.1142578,0-0.2324219,0.0166016-0.3525391,0.0507812\r
+ C5.5556641,7.0024414,5.4521484,7.034668,5.3662109,7.0649414l0.1181641-0.456543\r
+ c0.2910156-0.1113281,0.5688477-0.2070312,0.8334961-0.2861328c0.2651367-0.0795898,0.5161133-0.1196289,0.753418-0.1196289\r
+ c0.4267578,0,0.7553711,0.097168,0.9868164,0.2919922c0.230957,0.1943359,0.3461914,0.4472656,0.3461914,0.7578125\r
+ c0,0.0644531-0.0078125,0.1777344-0.0239258,0.3398438S8.3344727,7.902832,8.2915039,8.0385742L7.8500977,9.5146484\r
+ C7.8139648,9.6318359,7.7817383,9.7675781,7.7524414,9.9199219C7.7241211,10.0722656,7.7094727,10.1875,7.7094727,10.2646484\r
+ c0,0.1962891,0.0473633,0.3300781,0.1396484,0.4003906c0.0932617,0.0712891,0.2539062,0.1064453,0.4829102,0.1064453\r
+ c0.1074219,0,0.2285156-0.0166016,0.3642578-0.0537109C8.8334961,10.6835938,8.9306641,10.6513672,8.9916992,10.625z\r
+ M9.1044922,4.4331055c0,0.2573242-0.1025391,0.4760742-0.3081055,0.65625\r
+ c-0.206543,0.1811523-0.4541016,0.2714844-0.7446289,0.2714844c-0.2900391,0-0.5385742-0.090332-0.746582-0.2714844\r
+ c-0.2080078-0.1801758-0.3115234-0.3989258-0.3115234-0.65625S7.097168,3.956543,7.3051758,3.7739258S7.7617188,3.5,8.0517578,3.5\r
+ c0.2905273,0,0.5380859,0.0913086,0.7446289,0.2739258C9.0019531,3.956543,9.1044922,4.1757812,9.1044922,4.4331055z"/>\r
+ </g>\r
+ </g>\r
+</svg>\r
--- /dev/null
+<?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>WCF-Icon</title> \r
+ <desc>WCF-Icon 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="IconWCFIcon">\r
+ <path id="Lower" style="fill: #fff;" d="M9.1425781,9.3037109c-1.7382812,0.3916016-2.3359375,0.9677734-3.3452148,3.0166016\r
+ C7.9956055,11.65625,8.5546875,11.0878906,9.1425781,9.3037109L9.1425781,9.3037109z M9.4248047,9.0107422v3.1083984\r
+ c0,0.859375-0.6962891,1.5566406-1.5541992,1.5566406H3.2070312v-3.109375c0-0.859375,0.6958008-1.5556641,1.5541992-1.5556641\r
+ H9.4248047L9.4248047,9.0107422z M4.5024414,3.7392578c0.7973633,2.4228516,1.5561523,3.1918945,4.5395508,4.0932617\r
+ C7.6713867,5.0537109,6.8618164,4.2724609,4.5024414,3.7392578L4.5024414,3.7392578z M9.4248047,4.109375v4.2192383H3.0957031\r
+ c-1.1645508,0-2.109375-0.9443359-2.109375-2.1088867V2h6.3286133C8.4804688,2,9.4248047,2.9448242,9.4248047,4.109375\r
+ L9.4248047,4.109375z M12.8408203,5.6015625c-1.4023438,0.3173828-1.8828125,0.78125-2.6972656,2.4326172\r
+ C11.9160156,7.4985352,12.3671875,7.0410156,12.8408203,5.6015625L12.8408203,5.6015625z M9.9726562,5.8222656\r
+ c0-0.6928711,0.5615234-1.253418,1.2539062-1.253418h3.7597656v2.5063477c0,0.6923828-0.5605469,1.253418-1.2529297,1.253418\r
+ H9.9726562V5.8222656L9.9726562,5.8222656z M12.1621094,11.09375c-1.0703125-0.2421875-1.4375-0.5976562-2.0585938-1.8574219\r
+ C11.4570312,9.6445312,11.8017578,9.9941406,12.1621094,11.09375L12.1621094,11.09375z M9.9726562,10.9257812\r
+ c0,0.5273438,0.4296875,0.9570312,0.9580078,0.9570312h2.8710938V9.9677734c0-0.5283203-0.4277344-0.9570312-0.9570312-0.9570312\r
+ H9.9726562V10.9257812L9.9726562,10.9257812z"/>\r
+ <path id="Upper" style="fill: #666;" d="M9.1425781,8.2924805c-1.7382812,0.3920898-2.3359375,0.9682617-3.3452148,3.0161133\r
+ C7.9956055,10.6445312,8.5546875,10.0771484,9.1425781,8.2924805L9.1425781,8.2924805z M9.4248047,7.9995117v3.1088867\r
+ c0,0.859375-0.6962891,1.5556641-1.5541992,1.5556641H3.2070312v-3.109375c0-0.859375,0.6958008-1.5551758,1.5541992-1.5551758\r
+ H9.4248047L9.4248047,7.9995117z M4.5024414,2.7280273c0.7973633,2.4228516,1.5561523,3.1918945,4.5395508,4.0932617\r
+ C7.6713867,4.0424805,6.8618164,3.2612305,4.5024414,2.7280273L4.5024414,2.7280273z M9.4248047,3.0981445v4.2192383H3.0957031\r
+ c-1.1645508,0-2.109375-0.9443359-2.109375-2.1088867V0.9887695h6.3286133\r
+ C8.4804688,0.9887695,9.4248047,1.9335938,9.4248047,3.0981445L9.4248047,3.0981445z M12.8408203,4.590332\r
+ c-1.4023438,0.3173828-1.8828125,0.78125-2.6972656,2.4326172C11.9160156,6.4873047,12.3671875,6.0297852,12.8408203,4.590332\r
+ L12.8408203,4.590332z M9.9726562,4.8110352c0-0.6928711,0.5615234-1.253418,1.2539062-1.253418h3.7597656v2.5063477\r
+ c0,0.6923828-0.5605469,1.253418-1.2529297,1.253418H9.9726562V4.8110352L9.9726562,4.8110352z M12.1621094,10.0820312\r
+ c-1.0703125-0.2421875-1.4375-0.5966797-2.0585938-1.8569336C11.4570312,8.6337891,11.8017578,8.9833984,12.1621094,10.0820312\r
+ L12.1621094,10.0820312z M9.9726562,9.9140625c0,0.5283203,0.4296875,0.9580078,0.9580078,0.9580078h2.8710938V8.956543\r
+ c0-0.5283203-0.4277344-0.9570312-0.9570312-0.9570312H9.9726562V9.9140625L9.9726562,9.9140625z"/>\r
+ </g>\r
+</svg>\r
<item name="wcf.acp.group.guests"><![CDATA[Gäste]]></item>
<item name="wcf.acp.group.moderators"><![CDATA[Moderatoren]]></item>
<item name="wcf.acp.group.superModerators"><![CDATA[Super Moderatoren]]></item>
- <item name="wcf.acp.group.users"><![CDATA[registrierte Benutzer]]></item>
+ <item name="wcf.acp.group.users"><![CDATA[Registrierte Benutzer]]></item>
<item name="wcf.acp.group.add"><![CDATA[Benutzergruppe hinzufügen]]></item>
<item name="wcf.acp.group.data"><![CDATA[Allgemeine Daten]]></item>
<item name="wcf.acp.group.delete.sure"><![CDATA[Wollen Sie diese Benutzergruppe »{$group->groupName}« wirklich löschen?]]></item>