Author: andrei_exadel
Date: 2008-05-23 12:08:27 -0400 (Fri, 23 May 2008)
New Revision: 8736
Modified:
trunk/test-applications/seleniumTest/src/main/webapp/layout/layout.xhtml
Log:
Modified: trunk/test-applications/seleniumTest/src/main/webapp/layout/layout.xhtml
===================================================================
--- trunk/test-applications/seleniumTest/src/main/webapp/layout/layout.xhtml 2008-05-23
16:05:55 UTC (rev 8735)
+++ trunk/test-applications/seleniumTest/src/main/webapp/layout/layout.xhtml 2008-05-23
16:08:27 UTC (rev 8736)
@@ -70,13 +70,6 @@
<div>
<ui:insert name="template"/>
</div>
- <div>
- <h:panelGroup>
- <h:commandButton value="Load 'simple' template"
onclick="loadTemplate('simple'); return false;" />
- <h:commandButton value="Load 'dataTable' template"
onclick="loadTemplate('dataTable'); return false;" />
- <h:commandButton value="Load 'modalPanel' template"
onclick="loadTemplate('modalPanel'); return false;" />
- </h:panelGroup>
- </div>
</h:panelGrid>
<script type="text/javascript">
window.done=false; A4J.AJAX.AddListener(new
A4J.AJAX.Listener(function(){window.done=true;}));