Author: andre
Date: 2010-06-25 14:09:05 +0200 (Fri, 25 Jun 2010)
New Revision: 42706

Modified:
   
mmbase/branches/MMBase-1_9/applications/searchrelate/example-webapp/src/main/webapp/relate-my_editors.jspx
Log:
details


Modified: 
mmbase/branches/MMBase-1_9/applications/searchrelate/example-webapp/src/main/webapp/relate-my_editors.jspx
===================================================================
--- 
mmbase/branches/MMBase-1_9/applications/searchrelate/example-webapp/src/main/webapp/relate-my_editors.jspx
  2010-06-25 11:37:55 UTC (rev 42705)
+++ 
mmbase/branches/MMBase-1_9/applications/searchrelate/example-webapp/src/main/webapp/relate-my_editors.jspx
  2010-06-25 12:09:05 UTC (rev 42706)
@@ -48,7 +48,7 @@
             ev.preventDefault();
             var img = ev.target;
             var nr = $(img).parents('tr').find("td.node.number").text();
-            console.log('clicked: ' + nr);
+            //console.log('clicked: ' + nr);
             $('div.mm_relate_current').find("tr.node_" + nr).toggle();
         });
     }
@@ -57,11 +57,11 @@
 
 
   <h2>mm-sr:relate my_editors style</h2>
-
+  <mm:import id="jquery_version" from="request" externid="org.mmbase.jquery" />
   <p>
     In this example the relations and their values are visible and 
editable.<br />
-    Make a selection in the 'current' or 'repository' list and press the 
button to submit the changes
-    and vise versa. 
+    Make a selection in the 'current' or 'repository' list, click 'move' to 
move them from one to
+    the other. Press the 'Save' button to commit all changes. 
   </p>
 
   <mm:node number="default.mags">
@@ -87,8 +87,8 @@
           customizedir="/mmbase/searchrelate/styles/"
           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></jsp:attribute>
       </mm-srt:relate>
       <input id="save" type="submit" value="Save" />
     </form>

_______________________________________________
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to