/[smeserver]/rpms/e-smith-manager/sme10/e-smith-manager-2.8.0-Koozali_manager.patch
ViewVC logotype

Contents of /rpms/e-smith-manager/sme10/e-smith-manager-2.8.0-Koozali_manager.patch

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


Revision 1.2 - (show annotations) (download)
Tue Jul 19 12:15:41 2016 UTC (7 years, 9 months ago) by unnilennium
Branch: MAIN
CVS Tags: e-smith-manager-2_8_0-35_el7_sme, e-smith-manager-2_8_0-24_el7_sme, e-smith-manager-2_8_0-21_el7_sme, e-smith-manager-2_8_0-28_el7_sme, e-smith-manager-2_8_0-13_el7_sme, e-smith-manager-2_8_0-29_el7_sme, e-smith-manager-2_8_0-31_el7_sme, e-smith-manager-2_8_0-19_el7_sme, e-smith-manager-2_8_0-20_el7_sme, e-smith-manager-2_8_0-30_el7_sme, e-smith-manager-2_8_0-27_el7_sme, e-smith-manager-2_8_0-25_el7_sme, e-smith-manager-2_8_0-26_el7_sme, e-smith-manager-2_8_0-16_el7_sme, e-smith-manager-2_8_0-37_el7_sme, e-smith-manager-2_8_0-32_el7_sme, e-smith-manager-2_8_0-15_el7_sme, e-smith-manager-2_8_0-38_el7_sme, e-smith-manager-2_8_0-14_el7_sme, e-smith-manager-2_8_0-22_el7_sme, e-smith-manager-2_8_0-17_el7_sme, e-smith-manager-2_8_0-18_el7_sme, e-smith-manager-2_8_0-33_el7_sme, e-smith-manager-2_8_0-34_el7_sme, e-smith-manager-2_8_0-36_el7_sme, HEAD
Changes since 1.1: +5 -0 lines
* Tue Jul 19 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.8.0-13.sme
- added missing template-begin for tkt.css [SME: 9676]

1 diff -Nur e-smith-manager-2.8.0.old/createlinks e-smith-manager-2.8.0/createlinks
2 --- e-smith-manager-2.8.0.old/createlinks 2007-01-26 20:51:30.000000000 -0500
3 +++ e-smith-manager-2.8.0/createlinks 2016-07-19 05:57:27.820000000 -0400
4 @@ -12,6 +12,7 @@
5 sme_main.css
6 sme_menu.css
7 sme_panel_menu.css
8 + tkt.css
9 ) )
10 {
11 templates2events("/etc/e-smith/web/common/css/$_", qw(
12 diff -Nur e-smith-manager-2.8.0.old/root/etc/e-smith/templates/etc/e-smith/web/common/css/sme_core.css/50body e-smith-manager-2.8.0/root/etc/e-smith/templates/etc/e-smith/web/common/css/sme_core.css/50body
13 --- e-smith-manager-2.8.0.old/root/etc/e-smith/templates/etc/e-smith/web/common/css/sme_core.css/50body 2006-03-15 16:59:54.000000000 -0500
14 +++ e-smith-manager-2.8.0/root/etc/e-smith/templates/etc/e-smith/web/common/css/sme_core.css/50body 2016-06-23 08:13:57.000000000 -0400
15 @@ -137,7 +137,7 @@
16 body.menu {
17 font-family: Verdana, Arial, Helvetica, sans-serif;
18 font-size: 11px;
19 - background-color: #eeeeee;
20 + background-color: #e8f3e1;
21 }
22
23 td.section {
24 @@ -149,28 +149,28 @@
25 font-family: Verdana, Arial, Helvetica, sans-serif;
26 font-size: 11px;
27 font-weight: bold;
28 - background-color: #eeeeee;
29 + background-color: #e8f3e1;
30 }
31
32 a.item {
33 color: #00008b;
34 font-family: Verdana, Arial, Helvetica, sans-serif;
35 font-size: 11px;
36 - background: #eeeeee;
37 + background: #e8f3e1;
38 }
39
40 a.sl {
41 color: green;
42 font-family: Verdana, Arial, Helvetica, sans-serif;
43 font-size: 11px;
44 - background: #eeeeee;
45 + background: #e8f3e1;
46 }
47
48 a.alert {
49 color: red;
50 font-family: Verdana, Arial, Helvetica, sans-serif;
51 font-size: 11px;
52 - background: #eeeeee;
53 + background: #e8f3e1;
54 }
55
56 /* Core styles for use with sme_main.css */
57 diff -Nur e-smith-manager-2.8.0.old/root/etc/e-smith/templates/etc/e-smith/web/common/css/sme_header.css/50body e-smith-manager-2.8.0/root/etc/e-smith/templates/etc/e-smith/web/common/css/sme_header.css/50body
58 --- e-smith-manager-2.8.0.old/root/etc/e-smith/templates/etc/e-smith/web/common/css/sme_header.css/50body 2006-03-15 16:59:54.000000000 -0500
59 +++ e-smith-manager-2.8.0/root/etc/e-smith/templates/etc/e-smith/web/common/css/sme_header.css/50body 2016-06-23 08:14:45.000000000 -0400
60 @@ -79,7 +79,7 @@
61 }
62
63 a:hover {
64 - background: #eeeeee;
65 + background: #e8f3e1;
66 border-color: #000000 #000000 #000000 #000000;
67 }
68
69 diff -Nur e-smith-manager-2.8.0.old/root/etc/e-smith/templates/etc/e-smith/web/common/css/sme_main.css/50body e-smith-manager-2.8.0/root/etc/e-smith/templates/etc/e-smith/web/common/css/sme_main.css/50body
70 --- e-smith-manager-2.8.0.old/root/etc/e-smith/templates/etc/e-smith/web/common/css/sme_main.css/50body 2013-01-31 16:31:37.000000000 -0500
71 +++ e-smith-manager-2.8.0/root/etc/e-smith/templates/etc/e-smith/web/common/css/sme_main.css/50body 2016-06-22 07:06:47.000000000 -0400
72 @@ -63,7 +63,7 @@
73 /*This special style is actually used only for the button row along the bottom of each page*/
74 th.sme-layout {
75 border: 1px solid #dddddd;
76 - background-color: #eeeeee;
77 + background-color: #e8f3e1;
78 font-family: Verdana, Arial, Helvetica, sans-serif;
79 font-size: 9pt;
80 font-weight: bold;
81 @@ -89,7 +89,7 @@
82 /*width: 250px;*/
83 text-align: right;
84 /*vertical-align: top;*/
85 - background-color: #eeeeee;
86 + background-color: #e8f3e1;
87 font-family: Verdana, Arial, Helvetica, sans-serif;
88 font-size: 11px;
89 }
90 @@ -138,7 +138,7 @@
91 td.sme-border-center {text-align: center;}
92 th.sme-border {
93 border: 1px solid #cccccc;
94 - background-color: #dedfde;
95 + background-color: #bee6a2;
96 font-family: Verdana, Arial, Helvetica, sans-serif;
97 font-size: 10px;
98 font-weight: bold;
99 diff -Nur e-smith-manager-2.8.0.old/root/etc/e-smith/templates/etc/e-smith/web/common/css/sme_menu.css/50body e-smith-manager-2.8.0/root/etc/e-smith/templates/etc/e-smith/web/common/css/sme_menu.css/50body
100 --- e-smith-manager-2.8.0.old/root/etc/e-smith/templates/etc/e-smith/web/common/css/sme_menu.css/50body 2006-03-15 16:59:54.000000000 -0500
101 +++ e-smith-manager-2.8.0/root/etc/e-smith/templates/etc/e-smith/web/common/css/sme_menu.css/50body 2016-06-22 07:06:47.000000000 -0400
102 @@ -80,10 +80,10 @@
103 font-family: Verdana, Arial, Helvetica, sans-serif;
104 font-size: 10px;
105 color: black;
106 - background: #eeeeee;
107 + background: #e8f3e1;
108 text-decoration: none;
109 text-align: left;
110 - border-color: #eeeeee;
111 + border-color: #e8f3e1;
112 margin-top: 0px;
113 margin-right: 0px;
114 margin-bottom: 0px;
115 @@ -106,9 +106,9 @@
116 font-family: Verdana, Arial, Helvetica, sans-serif;
117 font-size: 10px;
118 color: black;
119 - background: #eeeeee;
120 + background: #e8f3e1;
121 text-decoration: none;
122 - border-color: #eeeeee;
123 + border-color: #e8f3e1;
124 margin-top: 0px;
125 margin-right: 0px;
126 margin-bottom: 0px;
127 diff -Nur e-smith-manager-2.8.0.old/root/etc/e-smith/templates/etc/e-smith/web/common/css/sme_panel_menu.css/50body e-smith-manager-2.8.0/root/etc/e-smith/templates/etc/e-smith/web/common/css/sme_panel_menu.css/50body
128 --- e-smith-manager-2.8.0.old/root/etc/e-smith/templates/etc/e-smith/web/common/css/sme_panel_menu.css/50body 2006-03-15 16:59:54.000000000 -0500
129 +++ e-smith-manager-2.8.0/root/etc/e-smith/templates/etc/e-smith/web/common/css/sme_panel_menu.css/50body 2016-06-22 07:06:47.000000000 -0400
130 @@ -57,7 +57,7 @@
131 }
132
133 #navmenu a {
134 - background : #E8EBF0;
135 + background : #e8f0e8;
136 border : 1px solid #ccc;
137 color : #666;
138 float : left;
139 diff -Nur e-smith-manager-2.8.0.old/root/etc/e-smith/templates/etc/e-smith/web/common/css/tkt.css/50body e-smith-manager-2.8.0/root/etc/e-smith/templates/etc/e-smith/web/common/css/tkt.css/50body
140 --- e-smith-manager-2.8.0.old/root/etc/e-smith/templates/etc/e-smith/web/common/css/tkt.css/50body 1969-12-31 19:00:00.000000000 -0500
141 +++ e-smith-manager-2.8.0/root/etc/e-smith/templates/etc/e-smith/web/common/css/tkt.css/50body 2016-06-22 07:44:23.000000000 -0400
142 @@ -0,0 +1,36 @@
143 +{
144 + $OUT =<<'HERE';
145 +/* mod_auth_tkt example css */
146 +
147 +BODY {background-image: url(../smeserver_login.jpg);
148 +background-repeat: no-repeat;
149 +/*background-size: 600px 40px; */
150 +background-position: center top;
151 +font-family: arial, helvetica, sans-serif;
152 +font-size: small;
153 +}
154 +
155 +P, TH, TD {
156 + font-family: arial, helvetica, sans-serif;
157 + font-size: small;
158 +}
159 +
160 +H1, H2, H3, H4, H5, H6 { color: #006600; }
161 +H1 { font-size: x-large; }
162 +H2 { font-size: large; }
163 +H3 { font-size: medium; }
164 +
165 +.warning { color: #c00; font-size: medium; font-weight: bold; }
166 +
167 +TABLE {
168 + background-color: #eee;
169 + color: #666;
170 + border: 1px solid #ccc;
171 + padding: 20px;
172 +}
173 +
174 +
175 +/* arch-tag: ac35e093-c2c0-4994-bc18-2d25715b1192 */
176 +
177 +HERE
178 +}
179 diff -Nur e-smith-manager-2.8.0.old/root/etc/e-smith/templates/etc/e-smith/web/common/head.tmpl/30FrameSetup00 e-smith-manager-2.8.0/root/etc/e-smith/templates/etc/e-smith/web/common/head.tmpl/30FrameSetup00
180 --- e-smith-manager-2.8.0.old/root/etc/e-smith/templates/etc/e-smith/web/common/head.tmpl/30FrameSetup00 2007-01-26 20:51:30.000000000 -0500
181 +++ e-smith-manager-2.8.0/root/etc/e-smith/templates/etc/e-smith/web/common/head.tmpl/30FrameSetup00 2016-06-23 08:20:49.000000000 -0400
182 @@ -2,7 +2,7 @@
183 unless ($NO_FRAMES)
184 \{
185 $OUT .= <<EOF;
186 - <link rev="made" href="mailto:bugs%40e-smith.com">
187 + <link rev="made" href="mailto:bugs%40koozali.org">
188 <meta name="copyright" content="(head.tmpl)Copyright 2003-2004 Mitel Corporation">
189 <link rel="stylesheet" type="text/css" href="/server-common/css/sme_core.css">
190 <style type="text/css">
191 diff -Nur e-smith-manager-2.8.0.old/root/etc/e-smith/web/common/cgi-bin/login e-smith-manager-2.8.0/root/etc/e-smith/web/common/cgi-bin/login
192 --- e-smith-manager-2.8.0.old/root/etc/e-smith/web/common/cgi-bin/login 2016-07-19 05:32:58.245000000 -0400
193 +++ e-smith-manager-2.8.0/root/etc/e-smith/web/common/cgi-bin/login 2016-07-19 05:55:13.047000000 -0400
194 @@ -276,6 +276,7 @@
195 <div align="center">
196 <p>&nbsp;</p>
197 <p>&nbsp;</p>
198 +<p>&nbsp;</p>
199 <h2>Welcome to SME server</h2>
200 EOD
201
202 @@ -335,9 +336,9 @@
203 <p>Remember that SME Server is <i>free to download</i> and use, but it is <i><b>not</b>
204 free to build</i></p>
205 <p>Please help the project</p>
206 -<p><a href="https://wiki.koozali.org/donate/" target="_blank"><img
207 +<p><a href="https://wiki.koozali.org/Donate" target="_blank"><img
208 src="../btn_donateCC_LG.gif"
209 -alt="https://wiki.koozali.org/donate/" align="middle"></a>
210 +alt="https://wiki.koozali.org/Donate" align="middle"></a>
211 </p>
212 <p>-- The SME Server Team --</p>
213 <!-- Finish Donate section -->
214 diff -Nur e-smith-manager-2.8.0.old/root/etc/e-smith/templates/etc/e-smith/web/common/css/tkt.css/template-begin e-smith-manager-2.8.0/root/etc/e-smith/templates/etc/e-smith/web/common/css/tkt.css/template-begin
215 --- e-smith-manager-2.8.0.old/root/etc/e-smith/templates/etc/e-smith/web/common/css/tkt.css/template-begin 1969-12-31 19:00:00.000000000 -0500
216 +++ e-smith-manager-2.8.0/root/etc/e-smith/templates/etc/e-smith/web/common/css/tkt.css/template-begin 2016-06-23 08:05:35.000000000 -0400
217 @@ -0,0 +1 @@
218 +/* DO NOT MODIFY THIS FILE! It is updated automatically */

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