Changeset 2176
- Timestamp:
- 09/09/10 17:43:57 (17 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
plugins/apostropheBlogPlugin/trunk/data/generator/sfDoctrineModule/aBlogAdmin/template/templates/indexSuccess.php
r2081 r2176 24 24 <div class="a-subnav-inner"> 25 25 <ul class="a-ui a-controls a-admin-action-controls"> 26 <li><a href="[?php echo url_for('@<?php echo $this->params['route_prefix']; ?>'); ?]" class="a-btn big no-bg all-posts-btn alt">[?php echo __('<?php echo $this->configuration->getValue('list.title') ?>', array(), 'apostrophe') ?]</a></li>26 <li><a href="[?php echo url_for('@<?php echo $this->params['route_prefix']; ?>'); ?]" class="a-btn big all-posts-btn">[?php echo __('<?php echo $this->configuration->getValue('list.title') ?>', array(), 'apostrophe') ?]</a></li> 27 27 [?php include_partial('<?php echo $this->getModuleName() ?>/list_actions', array('helper' => $helper)) ?] 28 28 </ul>

