Update of /cvsroot/phpwebsite-comm/modules/featuredphoto/templates/photo
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24414/templates/photo
Modified Files:
edit.tpl view.tpl
Log Message:
Now works with File Cabinet 2.0
Index: view.tpl
===================================================================
RCS file: /cvsroot/phpwebsite-comm/modules/featuredphoto/templates/photo/view.tpl,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** view.tpl 30 Sep 2007 16:56:27 -0000 1.4
--- view.tpl 30 Mar 2008 14:18:21 -0000 1.5
***************
*** 2,5 ****
<br /><br />
! <b>{NAME}</b><br />
! {CAPTION}
\ No newline at end of file
--- 2,5 ----
<br /><br />
! <b>{NAME}</b>
! <!-- BEGIN caption --><br />{CAPTION}<!-- END caption -->
Index: edit.tpl
===================================================================
RCS file: /cvsroot/phpwebsite-comm/modules/featuredphoto/templates/photo/edit.tpl,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** edit.tpl 30 Sep 2007 16:56:27 -0000 1.2
--- edit.tpl 30 Mar 2008 14:18:21 -0000 1.3
***************
*** 3,9 ****
<div class="top-label">
<div class="padded">
- <label>{IMAGE_LABEL}</label>
<!-- BEGIN image-error -->
! <div class="featuredphoto-error">{IMAGE_ERROR}</div>
<!-- END image-error -->
<div>{IMAGE_MANAGER}</div>
--- 3,8 ----
<div class="top-label">
<div class="padded">
<!-- BEGIN image-error -->
! <div class="error">{IMAGE_ERROR}</div>
<!-- END image-error -->
<div>{IMAGE_MANAGER}</div>
|