5.0.0-alt40
- fix CSS in alterator web interface - remove CUPS configuration link
This commit is contained in:
commit
7353cde807
@ -9,7 +9,7 @@
|
||||
|
||||
Name: branding-%brand-%theme
|
||||
Version: 5.0.0
|
||||
Release: alt39
|
||||
Release: alt40
|
||||
|
||||
BuildArch: noarch
|
||||
|
||||
@ -66,6 +66,7 @@ This package contains graphics for boot process
|
||||
Summary: Design for alterator for %Brand %Theme
|
||||
License: GPL
|
||||
Group: System/Configuration/Other
|
||||
Packager: Anton V. Boyarshinov <boyarsh@altlinux.org>
|
||||
Provides: design-alterator-browser-%theme branding-alt-%theme-browser-qt branding-altlinux-%theme-browser-qt
|
||||
Provides: alterator-icons design-alterator design-alterator-%theme
|
||||
Obsoletes: branding-alt-%theme-browser-qt branding-altlinux-%theme-browser-qt
|
||||
@ -264,6 +265,10 @@ echo $lang > lang
|
||||
%_desktopdir/indexhtml.desktop
|
||||
|
||||
%changelog
|
||||
* Mon Oct 26 2009 Andrey Cherepanov <cas@altlinux.org> 5.0.0-alt40
|
||||
- fix CSS in alterator web interface
|
||||
- remove CUPS configuration link
|
||||
|
||||
* Sat Oct 24 2009 Andrey Cherepanov <cas@altlinux.org> 5.0.0-alt39
|
||||
- completely fix logo width in CSS
|
||||
|
||||
|
@ -84,11 +84,16 @@ textarea, select, input.text {
|
||||
}
|
||||
|
||||
.disabled {
|
||||
color: #c3c7cb;
|
||||
background-color: #@LIGHT_COLOR_HEX@;
|
||||
}
|
||||
|
||||
.btn.disabled {
|
||||
color: #@MIDDLE_LABELS_HEX@;
|
||||
background-color: #@MIDDLE_COLOR_HEX@;
|
||||
}
|
||||
|
||||
.disabled:hover {
|
||||
.btn.disabled:hover {
|
||||
background-color: #@MIDDLE_COLOR_HEX@;
|
||||
}
|
||||
|
||||
|
@ -32,8 +32,6 @@
|
||||
<ul>
|
||||
<li id="smc_link">Web-interface for server configuration
|
||||
<span class="linkemu">https://ip-address:8080/</span></li>
|
||||
<li id="cups_link">Commn UNIX Printing System (CUPS) Settings
|
||||
<span class="linkemu">http://ip-address:631/</span></li>
|
||||
</ul>
|
||||
<div class="warning">
|
||||
Attention! For security reasons, it is recommended to log out after configuration.
|
||||
|
@ -32,8 +32,6 @@
|
||||
<ul>
|
||||
<li id="smc_link">Интерфейс администрирования сервера
|
||||
<span class="linkemu">https://ip-address:8080/</span></li>
|
||||
<li id="cups_link">Настройка системы печати CUPS
|
||||
<span class="linkemu">http://ip-address:631/</span></li>
|
||||
</ul>
|
||||
<div class="warning">
|
||||
Внимание! В целях безопасности после окончания настройки выходите из административного интерфейса.
|
||||
|
Loading…
Reference in New Issue
Block a user