r4108 - trunk/plugins/ullCorePlugin/templates

0 views
Skip to first unread message

s...@ull.at

unread,
Jun 4, 2014, 2:36:09 AM6/4/14
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 -->


Reply all
Reply to author
Forward
0 new messages