You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by mm...@apache.org on 2006/02/25 23:52:57 UTC

svn commit: r381011 - /myfaces/tomahawk/trunk/core/src/main/resources/org/apache/myfaces/custom/calendar/resource/popcalendar.js

Author: mmarinschek
Date: Sat Feb 25 14:52:55 2006
New Revision: 381011

URL: http://svn.apache.org/viewcvs?rev=381011&view=rev
Log:
added width/height statements for images in inputCalendar

Modified:
    myfaces/tomahawk/trunk/core/src/main/resources/org/apache/myfaces/custom/calendar/resource/popcalendar.js

Modified: myfaces/tomahawk/trunk/core/src/main/resources/org/apache/myfaces/custom/calendar/resource/popcalendar.js
URL: http://svn.apache.org/viewcvs/myfaces/tomahawk/trunk/core/src/main/resources/org/apache/myfaces/custom/calendar/resource/popcalendar.js?rev=381011&r1=381010&r2=381011&view=diff
==============================================================================
--- myfaces/tomahawk/trunk/core/src/main/resources/org/apache/myfaces/custom/calendar/resource/popcalendar.js (original)
+++ myfaces/tomahawk/trunk/core/src/main/resources/org/apache/myfaces/custom/calendar/resource/popcalendar.js Sat Feb 25 14:52:55 2006
@@ -416,7 +416,7 @@
 {
     var imgLeft = document.createElement("img");
     imgLeft.setAttribute("src", this.initData.imgDir + direction + "1.gif");
-    imgLeft.setAttriubute("width","10px");
+    imgLeft.setAttribute("width","10px");
     imgLeft.setAttribute("height","11px");
     imgLeft.setAttribute("style", "border:0px;")