Skip to content

Commit be88ff5

Browse files
author
redray
committed
Updated 32xIcons and modified logout area.
1 parent 5e9e9e9 commit be88ff5

File tree

8 files changed

+24
-22
lines changed

8 files changed

+24
-22
lines changed

interface/lib/lang/de.lng

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ $wb['monthnamesshort_nov'] = 'Nov';
7070
$wb['monthnamesshort_dec'] = 'Dez';
7171
$wb['datepicker_nextText'] = 'Vor';
7272
$wb['datepicker_prevText'] = 'Zurück';
73+
$wb['activeuser_txt'] = 'Angemeldet als:';
7374
$wb['logout_txt'] = 'Abmelden';
7475
$wb['submit_confirmation'] = 'Wollen Sie diese Aktion wirlich ausführen?';
7576
$wb['globalsearch_resultslimit_of_txt'] = 'von';

interface/lib/lang/en.lng

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ $wb['top_menu_dashboard'] = 'Home';
4242
$wb['top_menu_vm'] = 'VServer';
4343
$wb['toolsarea_head_txt'] = 'Tools';
4444
$wb['latest_news_txt'] = 'Latest news';
45+
$wb['activeuser_txt'] = 'Logged in as:';
4546
$wb['logout_txt'] = "Logout";
4647
$wb['daynamesmin_su'] = "Su";
4748
$wb['daynamesmin_mo'] = "Mo";
30.4 KB
Loading
119 KB
Loading

interface/web/themes/default/css/styles.css

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -522,9 +522,9 @@ div.icoDevice {
522522
margin: 5px;
523523
background: url("../icons/device_sprite.png") no-repeat transparent;
524524
}
525-
.systemmonitor-server div.icoDevice { background-position: 0 0; }
526-
.systemmonitor-ve div.icoDevice { background-position: -64px 0; }
527-
.systemmonitor-network div.icoDevice { background-position: -128px 0; }
525+
.systemmonitor-server div.icoDevice { background-position: 0 -128px; }
526+
.systemmonitor-ve div.icoDevice { background-position: 0 -64px; }
527+
.systemmonitor-network div.icoDevice { background-position: 0 0px; }
528528
div.statusDevice,
529529
div.statusMsg { float: left; }
530530
div.statusMsg p {
@@ -600,17 +600,17 @@ div.status {
600600
width:60px;
601601
text-decoration: none;
602602
}
603-
.dashboard-modules.tools a { background-position: 12px -9px; }
604-
.dashboard-modules.admin a { background-position: 12px -73px; }
605-
.dashboard-modules.sites a { background-position: 12px -520px; }
606-
.dashboard-modules.monitor a { background-position: 13px -585px; }
607-
.dashboard-modules.help a { background-position: 13px -716px; }
608-
.dashboard-modules.mail a { background-position: 12px -776px; }
609-
.dashboard-modules.vm a { background-position: 14px -842px; }
610-
.dashboard-modules.domain a { background-position: 12px -905px; }
611-
.dashboard-modules.dns a { background-position: 12px -970px; }
612-
.dashboard-modules.client a { background-position: 13px -1096px; }
613-
.dashboard-modules.billing a { background-position: 14px -1162px; }
603+
.dashboard-modules.tools a { background-position: 14px -8px; }
604+
.dashboard-modules.admin a { background-position: 14px -72px; }
605+
.dashboard-modules.sites a { background-position: 14px -520px; }
606+
.dashboard-modules.monitor a { background-position: 14px -584px; }
607+
.dashboard-modules.help a { background-position: 14px -712px; }
608+
.dashboard-modules.mail a { background-position: 14px -776px; }
609+
.dashboard-modules.vm a { background-position: 14px -840px; }
610+
.dashboard-modules.domain a { background-position: 14px -904px; }
611+
.dashboard-modules.dns a { background-position: 14px -968px; }
612+
.dashboard-modules.client a { background-position: 14px -1096px; }
613+
.dashboard-modules.billing a { background-position: 14px -116px; }
614614

615615
.panel_dashboard h2 { font-size:20px; }
616616

@@ -737,13 +737,13 @@ button.negative:hover {
737737
/* Button with icon and text */
738738
.iconstxt { background: url("../icons/button_sprite.png") no-repeat transparent; }
739739
.iconstxt span { padding-left: 20px; font-weight: bold; }
740-
.iconstxt.icoPositive { background-position: 6px -130px; }
741-
.iconstxt.icoNegative { background-position: 6px -98px; }
742-
.iconstxt.icoAdd { background-position: 6px -66px; }
743-
.iconstxt.icoKey { background-position: 6px -1px; }
744-
.iconstxt.icoDelete { background-position: 6px -34px; }
745-
.iconstxt.icoDownload { background-position: 6px -1px; }
746-
.iconstxt.icoRestore { background-position: 6px -1px; }
740+
.iconstxt.icoPositive { background-position: 0px -136px; }
741+
.iconstxt.icoNegative { background-position: 0px -104px; }
742+
.iconstxt.icoAdd { background-position: 0px -72px; }
743+
.iconstxt.icoKey { background-position: 0px -8px; }
744+
.iconstxt.icoDelete { background-position: 0px -40px; }
745+
.iconstxt.icoDownload { background-position: 0px -8px; }
746+
.iconstxt.icoRestore { background-position: 0px -8px; }
747747

748748
/* Button with icon and without text */
749749
.icons16 { position: relative; }
29.8 KB
Loading
119 KB
Loading

interface/web/themes/default/templates/main.tpl.htm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@
137137
<a class="skip" href="#content" title="skip link">Skip to the content</a><span class="hideme">.</span>
138138
<!-- end: skip link navigation -->
139139
<tmpl_if name="cpuser">
140-
<a href="#logout" onclick="loadContent('login/logout.php');"><tmpl_var format="strtoupper" name="logout_txt"> <tmpl_var format="strtoupper" name="cpuser"></a><!-- | <a href="#" onclick="capp('help')">Help</a> | <a href="#">Imprint</a>-->
140+
<tmpl_var name="activeuser_txt"> <a href="#usersettings" onclick="loadContent('tools/user_settings.php');"><tmpl_var name="cpuser"></a> <a href="#logout" onclick="loadContent('login/logout.php');"><tmpl_var name="logout_txt"></a>
141141
<tmpl_if name='usertype' op='==' value='normaluser'><input type="text" id="globalsearch" size="25" value="" /></tmpl_if>
142142
</tmpl_if>
143143
</nav>

0 commit comments

Comments
 (0)