Author: jablko
Date: Sun Oct 24 14:58:11 2010
New Revision: 8443
Log:
Use render_show()
Modified:
trunk/apps/qubit/modules/term/templates/indexSuccess.php
Modified: trunk/apps/qubit/modules/term/templates/indexSuccess.php
==============================================================================
--- trunk/apps/qubit/modules/term/templates/indexSuccess.php Sun Oct 24
14:57:45 2010 (r8442)
+++ trunk/apps/qubit/modules/term/templates/indexSuccess.php Sun Oct 24
14:58:11 2010 (r8443)
@@ -54,13 +54,7 @@
<div>
<?php if (QubitTerm::ROOT_ID != $resource->parent->id): ?>
- <dl>
- <dt>
- <?php echo render_title($resource) ?>
- </dt><dd>
- <?php echo __('BT %1%', array('%1%' =>
link_to(render_title($resource->parent), array($resource->parent, 'module' =>
'term')))) ?>
- </dd>
- </dl>
+ <?php echo render_show(render_title($resource), __('BT %1%', array('%1%'
=> link_to(render_title($resource->parent), array($resource->parent, 'module'
=> 'term'))))) ?>
<?php endif; ?>
<?php if (0 < count($children)): ?>
--
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.