Author: sevein
Date: Sun Oct 10 14:48:51 2010
New Revision: 8055

Log:
Use app_ui_label_function.

Modified:
   trunk/apps/qubit/modules/function/templates/browseSuccess.php
   trunk/apps/qubit/modules/function/templates/deleteSuccess.php
   trunk/apps/qubit/modules/function/templates/editIsdfSuccess.php
   trunk/apps/qubit/modules/function/templates/listSuccess.php

Modified: trunk/apps/qubit/modules/function/templates/browseSuccess.php
==============================================================================
--- trunk/apps/qubit/modules/function/templates/browseSuccess.php       Sun Oct 
10 14:37:57 2010        (r8054)
+++ trunk/apps/qubit/modules/function/templates/browseSuccess.php       Sun Oct 
10 14:48:51 2010        (r8055)
@@ -13,7 +13,7 @@
 
 </div>
 
-<h1><?php echo __('Browse Function') ?></h1>
+<h1><?php echo __('Browse %1%', array('%1%' => 
sfConfig::get('app_ui_label_function'))) ?></h1>
 
 <table class="sticky-enabled">
   <thead>

Modified: trunk/apps/qubit/modules/function/templates/deleteSuccess.php
==============================================================================
--- trunk/apps/qubit/modules/function/templates/deleteSuccess.php       Sun Oct 
10 14:37:57 2010        (r8054)
+++ trunk/apps/qubit/modules/function/templates/deleteSuccess.php       Sun Oct 
10 14:48:51 2010        (r8055)
@@ -3,13 +3,16 @@
 <?php echo $form->renderFormTag(url_for(array($func, 'module' => 'function', 
'action' => 'delete')), array('method' => 'delete')) ?>
 
   <div class="actions section">
-  <h2 class="element-invisible"><?php echo __('Actions') ?></h2>
+
+    <h2 class="element-invisible"><?php echo __('Actions') ?></h2>
+
     <div class="content">
       <ul class="clearfix links">
         <li><?php echo link_to(__('Cancel'), array($func, 'module' => 
'function')) ?></li>
         <li><input class="form-submit" type="submit" value="<?php echo 
__('Confirm') ?>"/></li>
       </ul>
     </div>
+
   </div>
 
 </form>

Modified: trunk/apps/qubit/modules/function/templates/editIsdfSuccess.php
==============================================================================
--- trunk/apps/qubit/modules/function/templates/editIsdfSuccess.php     Sun Oct 
10 14:37:57 2010        (r8054)
+++ trunk/apps/qubit/modules/function/templates/editIsdfSuccess.php     Sun Oct 
10 14:48:51 2010        (r8055)
@@ -1,12 +1,6 @@
 <?php use_helper('Javascript') ?>
 
-<h1>
-  <?php if (isset($sf_request->id)): ?>
-    <?php echo __('Edit ISDF function') ?>
-  <?php else: ?>
-    <?php echo __('Add new ISDF function') ?>
-  <?php endif; ?>
-</h1>
+<h1><?php echo __('Edit %1% - ISDF', array('%1%' => 
sfConfig::get('app_ui_label_function'))) ?></h1>
 
 <h1 class="label"><?php echo render_title($func->getLabel()) ?></h1>
 

Modified: trunk/apps/qubit/modules/function/templates/listSuccess.php
==============================================================================
--- trunk/apps/qubit/modules/function/templates/listSuccess.php Sun Oct 10 
14:37:57 2010        (r8054)
+++ trunk/apps/qubit/modules/function/templates/listSuccess.php Sun Oct 10 
14:48:51 2010        (r8055)
@@ -1,4 +1,4 @@
-<h1><?php echo __('List functions') ?></h1>
+<h1><?php echo __('List %1%', array('%1%' => 
sfConfig::get('app_ui_label_function'))) ?></h1>
 
 <table class="list">
 <thead>

-- 
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.

Reply via email to