[Rt-commit] rt branch, create-action, updated. 906dddc1faff9d53fd577b536dd182772cde067b
sartak at bestpractical.com
sartak at bestpractical.com
Wed Sep 2 07:40:24 EDT 2009
The branch, create-action has been updated
via 906dddc1faff9d53fd577b536dd182772cde067b (commit)
from 65d76e8360ed19b6d52fd901b75526a84242c047 (commit)
Summary of changes:
lib/RT/View/Ticket/Create.pm | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
- Log -----------------------------------------------------------------
commit 906dddc1faff9d53fd577b536dd182772cde067b
Author: Shawn M Moore <sartak at bestpractical.com>
Date: Wed Sep 2 07:39:57 2009 -0400
Include anchors for show details/basics without JS
diff --git a/lib/RT/View/Ticket/Create.pm b/lib/RT/View/Ticket/Create.pm
index efa8a53..1dac2cf 100644
--- a/lib/RT/View/Ticket/Create.pm
+++ b/lib/RT/View/Ticket/Create.pm
@@ -90,6 +90,7 @@ sub show_basics {
div {
attr { id => "Ticket-Create-basics" };
+ a { attr { name => "basics" } };
table {
attr {
@@ -125,6 +126,8 @@ sub show_details {
id => "Ticket-Create-details",
class => "jshide",
};
+ a { attr { name => "details" } };
+
$create->button(label => _('Create'));
};
}
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list