r1227: Adding the template diff file
[bugdar.git] / install / templates / 1.1.0 RC 1 - 1.1.0 Final.diff
1 Index: explain_autoaction.tpl
2 ===================================================================
3 --- explain_autoaction.tpl (.../tags/1.1.0-rc1/templates) (revision 1226)
4 +++ explain_autoaction.tpl (.../trunk/templates) (revision 1226)
5 @@ -1,18 +0,0 @@
6 -$doctype
7 -<html lang="$stylevar[lang]" xml:lang="$stylevar[lang]" dir="$stylevar[lang_dir]">
8 -<head>
9 -$headinclude
10 - <title>{$bugsys->options['trackertitle']} - {@"Automatic Actions"}</title>
11 -</head>
12 -
13 -<body>
14 -
15 -$header
16 -
17 -<h2>{@"Explication of Automatic Actions"}</h2>
18 -
19 -<table border="$stylevar[border]" cellspacing="$stylevar[spacing]" cellpadding="$stylevar[padding]px" width="$stylevar[normal_width]">
20 -$autoactions
21 -</table>
22 -
23 -$footer
24 \ No newline at end of file
25 Index: showreport.tpl
26 ===================================================================
27 --- showreport.tpl (.../tags/1.1.0-rc1/templates) (revision 1226)
28 +++ showreport.tpl (.../trunk/templates) (revision 1226)
29 @@ -193,7 +193,7 @@
30 <if condition="$show['newreply']">
31 <!-- new reply -->
32 <fieldset>
33 - <legend>{@"New Reply"}<if condition="$show['autoactions']"> : <a href="explain.php?do=autoactions">{@"Automatic Action"}</a> <select name="autoaction">$select[autoaction]</select></if> $help[newreply]</legend>
34 + <legend>{@"New Reply"}<if condition="$show['automations']"> : <a href="explain.php?do=automations">{@"Automation"}</a> <select name="automation">$select[automation]</select></if> $help[newreply]</legend>
35
36 <textarea name="comment" cols="50" rows="10" style="width: 100%"></textarea>
37 </fieldset>
38 Index: explain_automation.tpl
39 ===================================================================
40 --- explain_automation.tpl (.../tags/1.1.0-rc1/templates) (revision 0)
41 +++ explain_automation.tpl (.../trunk/templates) (revision 1226)
42 @@ -0,0 +1,18 @@
43 +$doctype
44 +<html lang="$stylevar[lang]" xml:lang="$stylevar[lang]" dir="$stylevar[lang_dir]">
45 +<head>
46 +$headinclude
47 + <title>{$bugsys->options['trackertitle']} - {@"Automations"}</title>
48 +</head>
49 +
50 +<body>
51 +
52 +$header
53 +
54 +<h2>{@"Explication of Automations"}</h2>
55 +
56 +<table border="$stylevar[border]" cellspacing="$stylevar[spacing]" cellpadding="$stylevar[padding]px" width="$stylevar[normal_width]">
57 +$automations
58 +</table>
59 +
60 +$footer
61 \ No newline at end of file
62
63 Property changes on: explain_automation.tpl
64 ___________________________________________________________________
65 Name: svn:keywords
66 + LastChangedDate LastChangedRevision LastChangedBy HeadURL Id Date
67