[LON-CAPA-cvs] cvs: loncom /homework response.pm /html/adm/lonIcons stift.gif /interface loncommon.pm
riegler
lon-capa-cvs-allow@mail.lon-capa.org
Thu, 04 Sep 2008 22:06:30 -0000
riegler Thu Sep 4 18:06:30 2008 EDT
Modified files:
/loncom/homework response.pm
/loncom/html/adm/lonIcons stift.gif
/loncom/interface loncommon.pm
Log:
Modifications to pencil.
Index: loncom/homework/response.pm
diff -u loncom/homework/response.pm:1.197 loncom/homework/response.pm:1.198
--- loncom/homework/response.pm:1.197 Thu Sep 4 16:31:55 2008
+++ loncom/homework/response.pm Thu Sep 4 18:06:23 2008
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# various response type definitons response definition
#
-# $Id: response.pm,v 1.197 2008/09/04 20:31:55 riegler Exp $
+# $Id: response.pm,v 1.198 2008/09/04 22:06:23 riegler Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -533,8 +533,7 @@
newwin = window.open("/adm/dragmath/applet/MaximaPopup.html","","width=565,height=400,resizable");
}
</script>
-<a href="javascript:edit_${id}_${field}('${field}');void(0);"><img src='$iconpath/stift.gif' /></a>
-<input type='button' value='$button' onclick="javascript:edit_${id}_${field}('${field}');void(0);" />$helplink
+<a href="javascript:edit_${id}_${field}('${field}');void(0);"><img class="stift" src='$iconpath/stift.gif' alt='$button' /></a>
ENDFORMULABUTTON
}
Index: loncom/html/adm/lonIcons/stift.gif
Index: loncom/interface/loncommon.pm
diff -u loncom/interface/loncommon.pm:1.678 loncom/interface/loncommon.pm:1.679
--- loncom/interface/loncommon.pm:1.678 Thu Sep 4 17:22:34 2008
+++ loncom/interface/loncommon.pm Thu Sep 4 18:06:27 2008
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# a pile of common routines
#
-# $Id: loncommon.pm,v 1.678 2008/09/04 21:22:34 riegler Exp $
+# $Id: loncommon.pm,v 1.679 2008/09/04 22:06:27 riegler Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -5360,8 +5360,9 @@
height: 3px;
border: 0px;
}
-a.stift{
+img.stift{
border-width:0;
+ vertical-align:middle;
}
END
}