Author: Alex.Kolonitsky
Date: 2009-09-14 10:39:17 -0400 (Mon, 14 Sep 2009)
New Revision: 15557
Modified:
branches/community/3.3.X/examples/photoalbum/source/web/src/main/webapp/includes/album/albumEditInfo.xhtml
branches/community/3.3.X/examples/photoalbum/source/web/src/main/webapp/includes/shelf/shelfEditInfo.xhtml
Log:
realworld: Upload date field for image and Creation date field for shelf and album should
not be editable
https://jira.jboss.org/jira/browse/RF-7090
Modified:
branches/community/3.3.X/examples/photoalbum/source/web/src/main/webapp/includes/album/albumEditInfo.xhtml
===================================================================
(Binary files differ)
Modified:
branches/community/3.3.X/examples/photoalbum/source/web/src/main/webapp/includes/shelf/shelfEditInfo.xhtml
===================================================================
---
branches/community/3.3.X/examples/photoalbum/source/web/src/main/webapp/includes/shelf/shelfEditInfo.xhtml 2009-09-14
14:33:48 UTC (rev 15556)
+++
branches/community/3.3.X/examples/photoalbum/source/web/src/main/webapp/includes/shelf/shelfEditInfo.xhtml 2009-09-14
14:39:17 UTC (rev 15557)
@@ -36,7 +36,8 @@
enableManualInput="true"
value="#{model.selectedShelf.created}"
cellWidth="24px"
- cellHeight="22px" >
+ cellHeight="22px"
+ disabled="true">
<rich:ajaxValidator event="oninputblur" />
</rich:calendar>
</a4j:outputPanel>