s...@ull.at
unread,Jun 4, 2014, 2:36:09 AM6/4/14Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ullrigh...@googlegroups.com
Author: klemens
Date: 2014-06-04 08:36:07 +0200 (Wed, 04 Jun 2014)
New Revision: 4108
Modified:
trunk/plugins/ullCorePlugin/templates/emptyLayout.mobile.php
trunk/plugins/ullCorePlugin/templates/emptyLayout.php
Log:
emptyLayout: giving unique css classes
Modified: trunk/plugins/ullCorePlugin/templates/emptyLayout.mobile.php
===================================================================
--- trunk/plugins/ullCorePlugin/templates/emptyLayout.mobile.php 2014-06-03 12:37:06 UTC (rev 4107)
+++ trunk/plugins/ullCorePlugin/templates/emptyLayout.mobile.php 2014-06-04 06:36:07 UTC (rev 4108)
@@ -6,9 +6,9 @@
echo sfInflector::underscore($sf_context->getModuleName()) . '_' . $sf_context->getActionName();
?>">
-<div id="container">
+<div id="empty_container">
- <div id="content">
+ <div id="empty_content">
<?php echo $sf_data->getRaw('sf_content') ?>
</div> <!-- end of content -->
Modified: trunk/plugins/ullCorePlugin/templates/emptyLayout.php
===================================================================
--- trunk/plugins/ullCorePlugin/templates/emptyLayout.php 2014-06-03 12:37:06 UTC (rev 4107)
+++ trunk/plugins/ullCorePlugin/templates/emptyLayout.php 2014-06-04 06:36:07 UTC (rev 4108)
@@ -6,9 +6,9 @@
echo sfInflector::underscore($sf_context->getModuleName()) . '_' . $sf_context->getActionName();
?>">
-<div id="container">
+<div id="empty_container">
- <div id="content">
+ <div id="empty_content">
<?php echo $sf_data->getRaw('sf_content') ?>
</div> <!-- end of content -->