Author: jablko
Date: Sun Oct 24 13:30:40 2010
New Revision: 8427
Log:
Use $route->resource
Modified:
trunk/apps/qubit/modules/function/templates/deleteSuccess.php
trunk/apps/qubit/modules/function/templates/listSuccess.php
Modified: trunk/apps/qubit/modules/function/templates/deleteSuccess.php
==============================================================================
--- trunk/apps/qubit/modules/function/templates/deleteSuccess.php Sun Oct
24 13:18:35 2010 (r8426)
+++ trunk/apps/qubit/modules/function/templates/deleteSuccess.php Sun Oct
24 13:30:40 2010 (r8427)
@@ -1,4 +1,4 @@
-<h1><?php echo __('Are you sure you want to delete <em>"%1%"</em>?',
array('%1%' => render_title($item))) ?></h1>
+<h1><?php echo __('Are you sure you want to delete %1%?', array('%1%' =>
render_title($item))) ?></h1>
<?php echo $form->renderFormTag(url_for(array($item, 'module' => 'function',
'action' => 'delete')), array('method' => 'delete')) ?>
Modified: trunk/apps/qubit/modules/function/templates/listSuccess.php
==============================================================================
--- trunk/apps/qubit/modules/function/templates/listSuccess.php Sun Oct 24
13:18:35 2010 (r8426)
+++ trunk/apps/qubit/modules/function/templates/listSuccess.php Sun Oct 24
13:30:40 2010 (r8427)
@@ -1,3 +1,5 @@
+<?php use_helper('Date') ?>
+
<h1><?php echo __('List %1%', array('%1%' =>
sfConfig::get('app_ui_label_function'))) ?></h1>
<table class="sticky-enabled">
--
You received this message because you are subscribed to the Google Groups
"Qubit Toolkit Commits" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/qubit-commits?hl=en.