[pLog-svn] r5032 - plog/branches/lifetype-1.2/class/action/admin
jondaley at devel.lifetype.net
jondaley at devel.lifetype.net
Fri Mar 9 08:18:26 EST 2007
Author: jondaley
Date: 2007-03-09 08:18:26 -0500 (Fri, 09 Mar 2007)
New Revision: 5032
Modified:
plog/branches/lifetype-1.2/class/action/admin/admindeletegalleryitemsaction.class.php
Log:
added carriage return for the case when there is more than one error message. http://forums.lifetype.net/viewtopic.php?t=6058
Modified: plog/branches/lifetype-1.2/class/action/admin/admindeletegalleryitemsaction.class.php
===================================================================
--- plog/branches/lifetype-1.2/class/action/admin/admindeletegalleryitemsaction.class.php 2007-03-09 13:15:14 UTC (rev 5031)
+++ plog/branches/lifetype-1.2/class/action/admin/admindeletegalleryitemsaction.class.php 2007-03-09 13:18:26 UTC (rev 5032)
@@ -128,7 +128,7 @@
}
else {
if( $album->getNumChildren() > 0 || $album->getNumResources() > 0 ) {
- $this->_errorMessage .= $this->_locale->pr("error_album_has_children", $album->getName());
+ $this->_errorMessage .= $this->_locale->pr("error_album_has_children", $album->getName()."<br/>");
}
else {
$this->notifyEvent( EVENT_PRE_ALBUM_DELETE, Array( "album" => &$album ));
More information about the pLog-svn
mailing list