r1227: Adding the template diff file
authorRobert Sesek <rsesek@bluestatic.org>
Sun, 1 Oct 2006 18:52:28 +0000 (18:52 +0000)
committerRobert Sesek <rsesek@bluestatic.org>
Sun, 1 Oct 2006 18:52:28 +0000 (18:52 +0000)
install/templates/1.1.0 RC 1 - 1.1.0 Final.diff [new file with mode: 0644]

diff --git a/install/templates/1.1.0 RC 1 - 1.1.0 Final.diff b/install/templates/1.1.0 RC 1 - 1.1.0 Final.diff
new file mode 100644 (file)
index 0000000..478b52f
--- /dev/null
@@ -0,0 +1,67 @@
+Index: explain_autoaction.tpl
+===================================================================
+--- explain_autoaction.tpl     (.../tags/1.1.0-rc1/templates)  (revision 1226)
++++ explain_autoaction.tpl     (.../trunk/templates)   (revision 1226)
+@@ -1,18 +0,0 @@
+-$doctype
+-<html lang="$stylevar[lang]" xml:lang="$stylevar[lang]" dir="$stylevar[lang_dir]">
+-<head>
+-$headinclude
+-      <title>{$bugsys->options['trackertitle']} - {@"Automatic Actions"}</title>
+-</head>
+-
+-<body>
+-
+-$header
+-
+-<h2>{@"Explication of Automatic Actions"}</h2>
+-
+-<table border="$stylevar[border]" cellspacing="$stylevar[spacing]" cellpadding="$stylevar[padding]px" width="$stylevar[normal_width]">
+-$autoactions
+-</table>
+-
+-$footer
+\ No newline at end of file
+Index: showreport.tpl
+===================================================================
+--- showreport.tpl     (.../tags/1.1.0-rc1/templates)  (revision 1226)
++++ showreport.tpl     (.../trunk/templates)   (revision 1226)
+@@ -193,7 +193,7 @@
+ <if condition="$show['newreply']">
+ <!-- new reply -->
+ <fieldset>
+-      <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>
++      <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>
+       <textarea name="comment" cols="50" rows="10" style="width: 100%"></textarea>
+ </fieldset>
+Index: explain_automation.tpl
+===================================================================
+--- explain_automation.tpl     (.../tags/1.1.0-rc1/templates)  (revision 0)
++++ explain_automation.tpl     (.../trunk/templates)   (revision 1226)
+@@ -0,0 +1,18 @@
++$doctype
++<html lang="$stylevar[lang]" xml:lang="$stylevar[lang]" dir="$stylevar[lang_dir]">
++<head>
++$headinclude
++      <title>{$bugsys->options['trackertitle']} - {@"Automations"}</title>
++</head>
++
++<body>
++
++$header
++
++<h2>{@"Explication of Automations"}</h2>
++
++<table border="$stylevar[border]" cellspacing="$stylevar[spacing]" cellpadding="$stylevar[padding]px" width="$stylevar[normal_width]">
++$automations
++</table>
++
++$footer
+\ No newline at end of file
+
+Property changes on: explain_automation.tpl
+___________________________________________________________________
+Name: svn:keywords
+   + LastChangedDate LastChangedRevision LastChangedBy HeadURL Id Date
+