[pal-cvs 3026] [770] enabled back button.

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2007年 12月 29日 (土) 22:37:38 JST


Revision: 770
          http://svn.sourceforge.jp/cgi-bin/viewcvs.cgi?root=pal&view=rev&rev=770
Author:   shinsuke
Date:     2007-12-29 22:37:38 +0900 (Sat, 29 Dec 2007)

Log Message:
-----------
enabled back button.

Modified Paths:
--------------
    pal-admin/trunk/src/main/webapp/view/profiler/ruleCriterionEdit.html


-------------- next part --------------
Modified: pal-admin/trunk/src/main/webapp/view/profiler/ruleCriterionEdit.html
===================================================================
--- pal-admin/trunk/src/main/webapp/view/profiler/ruleCriterionEdit.html	2007-12-29 13:36:46 UTC (rev 769)
+++ pal-admin/trunk/src/main/webapp/view/profiler/ruleCriterionEdit.html	2007-12-29 13:37:38 UTC (rev 770)
@@ -94,7 +94,8 @@
           </tr>
         </table>
         <div>
-          <input type="button" id="goRuleCriterionList" value="Back" onclick="location.href='ruleCriterionList.html'" class="portlet-form-button" />
+          <!-- input type="button" id="jumpRuleCriterionList" value="Back" onclick="location.href='ruleCriterionList.html'" class="portlet-form-button" /-->
+          <input type="button" id="backButton" onclick="location.href=this.nextSibling.getAttribute('href');" value="Back" class="portlet-form-button"/><a id="goRuleCriterionList-button" href="ruleCriterionList.html?fixed_crudType=0&amp;ruleName=1" style="display:none;"/>
           <div id="isNotRead" style="display:inline;">
             <input type="button" id="doConfirm" value="Confirm" onclick="location.href='ruleCriterionConfirm.html'" class="portlet-form-button" />
           </div>


pal-cvs メーリングリストの案内
Back to archive index