- Added client-side JavaScript versions of edit and add URL forms
authoroes <oes@users.sourceforge.net>
Tue, 21 May 2002 19:12:43 +0000 (19:12 +0000)
committeroes <oes@users.sourceforge.net>
Tue, 21 May 2002 19:12:43 +0000 (19:12 +0000)
 - Moved jump targets to before container table cell

templates/edit-actions-list-section

index 36908ac..197b7e2 100644 (file)
@@ -1,6 +1,6 @@
 ##############################################################################
 #
 ##############################################################################
 #
-# File        :  $Source: /cvsroot/ijbswa/current/templates/edit-actions-list-section,v $
+# File        :  $Source: /cvsroot/ijbswa//current/templates/edit-actions-list-section,v $
 #
 # Purpose     :  Template which forms part of edit-actions-list
 # 
 #
 # Purpose     :  Template which forms part of edit-actions-list
 # 
 #
 # Revisions   :
 #    $Log: edit-actions-list-section,v $
 #
 # Revisions   :
 #    $Log: edit-actions-list-section,v $
+#    Revision 1.13  2002/05/12 15:45:33  jongfoster
+#    Applying [Patch 552094] New templates for edit-actions-list
+#    This cleans up the templates by:
+#    - Removing the (confusing) alternating color scheme.
+#    - Making everything left-justified.
+#
 #    Revision 1.12  2002/04/26 12:58:11  oes
 #    Central "button" link style in cgi-style.css
 #
 #    Revision 1.12  2002/04/26 12:58:11  oes
 #    Central "button" link style in cgi-style.css
 #
 # edit-actions page is ~300k.  Before it was optimized, it was ~550k.
 #
 #############################################################################
 # edit-actions page is ~300k.  Before it was optimized, it was ~550k.
 #
 #############################################################################
-<tr><td class="container">
+
+<tr><td class="container"><a name="l@s@"></a>
 <table border="0" width="100%" cellspacing="2" cellpadding="3" class="framed">
 <tr class="actions"><td class="header">Actions</td></tr>
 <table border="0" width="100%" cellspacing="2" cellpadding="3" class="framed">
 <tr class="actions"><td class="header">Actions</td></tr>
-<tr class="actions"><td class="indentbuttons"><a name="l@s@" href="eafu?f=@f@&amp;v=@v@&amp;s=@s@">Edit</a></td></tr>
+<tr class="actions"><td class="indentbuttons"><a href="eafu?f=@f@&amp;v=@v@&amp;s=@s@">Edit</a></td></tr>
 <tr class="actions"><td class="action">@actions@</td></tr>
 <tr class="url"><td class="header">URL patterns</td></tr>
 <tr class="actions"><td class="action">@actions@</td></tr>
 <tr class="url"><td class="header">URL patterns</td></tr>
-<tr class="url"><td class="indentbuttons"><a href="eaa?f=@f@&amp;v=@v@&amp;s=@s@">Add</a></td></tr>
+<tr class="url"><td class="indentbuttons"><a href="eaa?f=@f@&amp;v=@v@&amp;s=@s@" onclick="return a_p(@s@);">Add</a></td></tr>
 @urls@
 <tr class="adv"><td class="header">Advanced</td></tr>
 <tr class="adv"><td class="indentbuttons">
 @urls@
 <tr class="adv"><td class="header">Advanced</td></tr>
 <tr class="adv"><td class="indentbuttons">