r1262: Adding the template diff file
[bugdar.git] / install / templates / 1.1.2 - 1.1.3.diff
1 Index: global.css
2 ===================================================================
3 --- global.css (.../tags/1.1.2/templates) (revision 1261)
4 +++ global.css (.../trunk/templates) (revision 1261)
5 @@ -42,6 +42,7 @@
6 {
7 color: rgb(255, 0, 0);
8 text-align: left;
9 + zoom: 100%;
10 }
11
12 #header
13 Index: std_redirect.tpl
14 ===================================================================
15 --- std_redirect.tpl (.../tags/1.1.2/templates) (revision 1261)
16 +++ std_redirect.tpl (.../trunk/templates) (revision 1261)
17 @@ -3,7 +3,7 @@
18 <head>
19 $headinclude
20 <link rel="stylesheet" href="templates/box.css" media="screen" />
21 - <meta http-equiv="refresh" content="2; {$this->url}" />
22 + <meta http-equiv="refresh" content="2; url={$this->url}" />
23 <title>{$bugsys->options['trackertitle']} - {@"Redirect..."}</title>
24 </head>
25