Update of 
/var/cvs/contributions/didactor2/src/education/templates/education/wizards
In directory james.mmbase.org:/tmp/cvs-serv14360

Modified Files:
        newfromtree_tests.jsp showlearnobject.jsp style.css 
Log Message:



See also: 
http://cvs.mmbase.org/viewcvs/contributions/didactor2/src/education/templates/education/wizards


Index: newfromtree_tests.jsp
===================================================================
RCS file: 
/var/cvs/contributions/didactor2/src/education/templates/education/wizards/newfromtree_tests.jsp,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -b -r1.20 -r1.21
--- newfromtree_tests.jsp       15 Jan 2009 12:09:28 -0000      1.20
+++ newfromtree_tests.jsp       15 Jan 2009 23:15:04 -0000      1.21
@@ -14,14 +14,15 @@
       <mm:stringlist referid="new_questiontypes" id="questiontype">
         <mm:hasnodemanager name="${_}">
           <li>
-            <di:icon name="new_education" />
             <mm:link referid="wizardjsp" referids="_n...@origin">
               <mm:param 
name="wizard">config/question/${questiontype}-origin</mm:param>
               <mm:param name="objectnumber">new</mm:param>
               <mm:property nodemanager="${questiontype}" name="key:new:name" 
id="name" write="false"/>
               <mm:property nodemanager="${questiontype}" 
name="key:new:description" id="description" write="false" />
               <a href="${_}"
-                 title="${di:translate(description)}" target="text">
+                 title="${di:translate(description)}">
+                <di:icon name="new_learnobject" />
+
                 ${di:translate(name)}
               </a>
             </mm:link>


Index: showlearnobject.jsp
===================================================================
RCS file: 
/var/cvs/contributions/didactor2/src/education/templates/education/wizards/showlearnobject.jsp,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -b -r1.25 -r1.26
--- showlearnobject.jsp 15 Jan 2009 18:51:30 -0000      1.25
+++ showlearnobject.jsp 15 Jan 2009 23:15:04 -0000      1.26
@@ -7,12 +7,11 @@
 
   <mm:nodeinfo id="objecttype" type="type" write="false" />
 
-  <di:icon name="edit_learnobject" />
-
   <mm:link referid="wizardjsp" referids="_n...@objectnumber,_n...@origin">
     <mm:param name="wizard">config/<mm:write referid="objecttype" />/<mm:write 
referid="objecttype" /></mm:param>
     <mm:param 
name="path">${sessionScope.eduname}${sessionScope.path}</mm:param>
     <a href='${_}' title="${di:translate('education.edit')} ${objecttype}">
+      <di:icon name="edit_learnobject" />
       <mm:hasfield name="name"><mm:field name="name" /></mm:hasfield>
       <mm:hasfield name="title"><mm:field name="title" /></mm:hasfield>
     </a>


Index: style.css
===================================================================
RCS file: 
/var/cvs/contributions/didactor2/src/education/templates/education/wizards/style.css,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- style.css   9 Jan 2009 16:56:03 -0000       1.1
+++ style.css   15 Jan 2009 23:15:04 -0000      1.2
@@ -1 +1,5 @@
 @import url(../../core/js/jquery-treeview/jquery.treeview.css);
+
+.treeview a {
+   text-decoration: none;
+}
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to