/[smeserver]/rpms/e-smith-manager/sme7/e-smith-manager-1.14.0-formrestyling.patch
ViewVC logotype

Annotation of /rpms/e-smith-manager/sme7/e-smith-manager-1.14.0-formrestyling.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (hide annotations) (download)
Tue Jun 12 15:45:57 2007 UTC (17 years ago) by slords
Branch: MAIN
CVS Tags: e-smith-manager-1_14_0-17_el4_sme, e-smith-manager-1_14_0-11_el4_sme, e-smith-manager-1_14_0-14_el4_sme, e-smith-manager-1_14_0-13_el4_sme, e-smith-manager-1_14_0-16_el4_sme, e-smith-manager-1_14_0-20_el4_sme, e-smith-manager-1_14_0-19_el4_sme, e-smith-manager-1_14_0-15_el4_sme, e-smith-manager-1_14_0-18_el4_sme, e-smith-manager-1_14_0-8_el4_sme, e-smith-manager-1_14_0-7_el4_sme, e-smith-manager-1_14_0-12_el4_sme
Import on branch sme7 of package e-smith-manager-1.14.0-7.el4.sme.src.rpm

1 slords 1.1 diff -Nur -x '*.orig' -x '*.rej' e-smith-manager-1.14.0/root/etc/e-smith/web/common/cgi-bin/login mezzanine_patched_e-smith-manager-1.14.0/root/etc/e-smith/web/common/cgi-bin/login
2     --- e-smith-manager-1.14.0/root/etc/e-smith/web/common/cgi-bin/login 2007-03-12 13:29:38.000000000 -0600
3     +++ mezzanine_patched_e-smith-manager-1.14.0/root/etc/e-smith/web/common/cgi-bin/login 2007-03-12 13:27:48.000000000 -0600
4     @@ -38,7 +38,7 @@
5     # CSS stylesheet to use (optional)
6     my $STYLESHEET = '/server-common/css/tkt.css';
7     # Page title (optional)
8     -my $TITLE = '';
9     +my $TITLE = 'SME Server manager';
10     # For autologin, mode to fallback to if autologin fails ('login' or 'guest')
11     my $AUTOLOGIN_FALLBACK_MODE = 'login';
12     # Boolean flag, whether to fallback to HTTP_REFERER for back link
13     @@ -272,8 +272,8 @@
14     }
15     print <<EOD;
16     <div align="center">
17     -<h1>$TITLE</h1>
18     -<p class="warning">Authorized Use Only</p>
19     +<p>&nbsp;</p>
20     +<p>&nbsp;</p>
21     EOD
22    
23     if ($debug) {
24     diff -Nur -x '*.orig' -x '*.rej' e-smith-manager-1.14.0/root/etc/e-smith/web/common/css/tkt.css mezzanine_patched_e-smith-manager-1.14.0/root/etc/e-smith/web/common/css/tkt.css
25     --- e-smith-manager-1.14.0/root/etc/e-smith/web/common/css/tkt.css 2007-01-26 18:51:30.000000000 -0700
26     +++ mezzanine_patched_e-smith-manager-1.14.0/root/etc/e-smith/web/common/css/tkt.css 2007-03-12 13:13:56.000000000 -0600
27     @@ -1,6 +1,10 @@
28     /* mod_auth_tkt example css */
29    
30     -BODY {
31     +BODY {background-image: url(../smeserver_logo.jpg);
32     + background-repeat: no-repeat;
33     + background-position: 600px 40px;
34     + background-position: top;
35     +
36     font-family: arial, helvetica, sans-serif;
37     font-size: small;
38     }

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed