Author: andre
Date: 2010-03-16 20:30:13 +0100 (Tue, 16 Mar 2010)
New Revision: 41449

Modified:
   
mmbase/branches/MMBase-1_9/applications/searchrelate/example-webapp/src/main/webapp/relate.jspx
Log:
the submit element has to be inside the tag (then all kinds of jquery 
statements to select one the mm_relate div can be used)


Modified: 
mmbase/branches/MMBase-1_9/applications/searchrelate/example-webapp/src/main/webapp/relate.jspx
===================================================================
--- 
mmbase/branches/MMBase-1_9/applications/searchrelate/example-webapp/src/main/webapp/relate.jspx
     2010-03-16 19:09:31 UTC (rev 41448)
+++ 
mmbase/branches/MMBase-1_9/applications/searchrelate/example-webapp/src/main/webapp/relate.jspx
     2010-03-16 19:30:13 UTC (rev 41449)
@@ -34,10 +34,13 @@
           create="true"
           submit="#save"
           extracreate="">
-        <jsp:attribute name="currentTitle"><b>News</b></jsp:attribute>
-        <jsp:attribute name="repositoryTitle"><b>Add other 
news</b></jsp:attribute>
+        <jsp:attribute 
name="currentTitle"><strong>News</strong></jsp:attribute>
+        <jsp:attribute name="repositoryTitle">
+          <strong>Add other news</strong>
+          <input id="save" type="submit" value="Save" />
+        </jsp:attribute>
+        
       </mm-sr:relate>
-      <input id="save" type="submit" value="Save" />
     </form>
   </mm:node>
 

_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to