Author: jablko
Date: Thu Aug 27 13:02:38 2009
New Revision: 3092
Log:
Cosmetic changes
Modified:
trunk/apps/qubit/modules/actor/templates/listSuccess.php
trunk/apps/qubit/modules/repository/actions/listAction.class.php
trunk/apps/qubit/modules/repository/templates/listSuccess.php
Modified: trunk/apps/qubit/modules/actor/templates/listSuccess.php
==============================================================================
--- trunk/apps/qubit/modules/actor/templates/listSuccess.php Thu Aug 27
12:58:17 2009 (r3091)
+++ trunk/apps/qubit/modules/actor/templates/listSuccess.php Thu Aug 27
13:02:38 2009 (r3092)
@@ -32,7 +32,8 @@
<?php echo link_to(render_title($actor), array('module' => 'actor',
'action' => 'show', 'id' => $actor->id)) ?>
</div>
</td><td>
- <?php echo $actor->entityType; ?>
+ <?php echo $actor->entityType ?>
</td>
</tr><?php endforeach; ?></tbody></table>
+
<?php echo get_partial('default/pager', array('pager' => $pager)) ?>
Modified: trunk/apps/qubit/modules/repository/actions/listAction.class.php
==============================================================================
--- trunk/apps/qubit/modules/repository/actions/listAction.class.php Thu Aug
27 12:58:17 2009 (r3091)
+++ trunk/apps/qubit/modules/repository/actions/listAction.class.php Thu Aug
27 13:02:38 2009 (r3092)
@@ -25,12 +25,6 @@
*/
class RepositoryListAction extends sfAction
{
-
- /**
- * Show hitlist of repositories
- *
- * @param sfRequest $request
- */
public function execute($request)
{
$search = new QubitSearch;
Modified: trunk/apps/qubit/modules/repository/templates/listSuccess.php
==============================================================================
--- trunk/apps/qubit/modules/repository/templates/listSuccess.php Thu Aug
27 12:58:17 2009 (r3091)
+++ trunk/apps/qubit/modules/repository/templates/listSuccess.php Thu Aug
27 13:02:38 2009 (r3092)
@@ -1,4 +1,4 @@
-<div class="pageTitle"><?php echo __('list %1%', array('%1%' =>
sfConfig::get('app_ui_label_repository'))); ?></div>
+<div class="pageTitle"><?php echo __('list %1%', array('%1%' =>
sfConfig::get('app_ui_label_repository'))) ?></div>
<table class="list">
<thead>
@@ -15,7 +15,7 @@
<?php endif; ?>
<?php if (SecurityPriviliges::editCredentials($sf_user, 'repository')): ?>
- <span class="th-link"><?php echo link_to(__('add new'), array('module' =>
'repository', 'action' => 'create')); ?></span>
+ <span class="th-link"><?php echo link_to(__('add new'), array('module' =>
'repository', 'action' => 'create')) ?></span>
<?php endif; ?>
</th>
@@ -62,7 +62,7 @@
<?php echo link_to(render_title($repository), array('module' =>
'repository', 'action' => 'show', 'id' => $repository->id)) ?>
</td>
<td>
- <?php echo $repository->type; ?>
+ <?php echo $repository->type ?>
</td>
<td><?php echo $repository->country ?></td>
</tr>
--~--~---------~--~----~------------~-------~--~----~
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.ca/group/qubit-commits?hl=en
-~----------~----~----~----~------~----~------~--~---