first commit
This commit is contained in:
@@ -0,0 +1,52 @@
|
||||
<?php
|
||||
// auto-generated by sfPropelAdmin
|
||||
// date: 2011/03/07 11:41:04
|
||||
?>
|
||||
|
||||
<?php echo form_tag('stReminderBackend/list', array('id' => 'st_record_list-form')) ?>
|
||||
<?php echo input_hidden_tag('page', $pager->getPage()) ?>
|
||||
<table cellspacing="0" class="st_record_list" width="100%">
|
||||
|
||||
<thead>
|
||||
|
||||
<tr>
|
||||
<?php st_include_partial('list_pager', array('pager' => $pager, 'forward_parameters' => $forward_parameters, 'backend_alert_action_select_options' => $backend_alert_action_select_options, 'prefix' => 'head')) ?>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<?php st_include_partial('list_th_tabular', array('forward_parameters' => $forward_parameters)) ?>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<?php $i = 1; $k=1; foreach ($pager->getResults() as $backend_alert): $odd = fmod(++$i, 2) ?>
|
||||
<?php if ($odd): ?>
|
||||
<tr class="st_row-highlight">
|
||||
<?php else: ?>
|
||||
<tr>
|
||||
<?php endif; ?>
|
||||
<?php st_include_partial('list_td_action_edit', array('backend_alert' => $backend_alert, 'forward_parameters' => $forward_parameters)) ?>
|
||||
<?php if ($backend_alert_action_select_options): ?>
|
||||
<?php st_include_partial('list_td_action_select', array('backend_alert' => $backend_alert, 'forward_parameters' => $forward_parameters)) ?>
|
||||
<?php else: ?>
|
||||
<td></td>
|
||||
<?php endif; ?>
|
||||
<?php st_include_partial('list_td_tabular', array('backend_alert' => $backend_alert, 'forward_parameters' => $forward_parameters)) ?>
|
||||
<?php st_include_partial('list_td_actions', array('backend_alert' => $backend_alert, 'forward_parameters' => $forward_parameters)) ?>
|
||||
</tr>
|
||||
<?php endforeach; ?>
|
||||
<?php if (!$pager->getNbResults()): ?>
|
||||
<tr>
|
||||
<td colspan="6"><?php echo __('Brak rekordów - zmień kryteria wyszukiwania', null, 'stAdminGeneratorPlugin') ?>
|
||||
</td>
|
||||
</tr>
|
||||
<?php endif; ?>
|
||||
|
||||
</tbody>
|
||||
<tfoot>
|
||||
<tr>
|
||||
<?php st_include_partial('list_pager', array('pager' => $pager, 'forward_parameters' => $forward_parameters, 'backend_alert_action_select_options' => $backend_alert_action_select_options, 'prefix' => 'foot')) ?>
|
||||
</tr>
|
||||
</tfoot>
|
||||
</table>
|
||||
|
||||
</form>
|
||||
@@ -0,0 +1,6 @@
|
||||
<?php
|
||||
// auto-generated by sfPropelAdmin
|
||||
// date: 2011/03/07 11:31:46
|
||||
?>
|
||||
<?php echo st_get_admin_actions_head('style="margin-top: 10px; float: right"') ?>
|
||||
<?php echo st_get_admin_actions_foot() ?>
|
||||
@@ -0,0 +1 @@
|
||||
<?php $pager->init();
|
||||
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
// auto-generated by sfPropelAdmin
|
||||
// date: 2011/03/07 11:46:00
|
||||
?>
|
||||
<div class="st_record_list-actions">
|
||||
|
||||
</div>
|
||||
@@ -0,0 +1,5 @@
|
||||
<?php
|
||||
// auto-generated by sfPropelAdmin
|
||||
// date: 2011/03/07 11:31:46
|
||||
?>
|
||||
|
||||
@@ -0,0 +1,4 @@
|
||||
<?php
|
||||
// auto-generated by sfPropelAdmin
|
||||
// date: 2011/03/07 11:31:46
|
||||
?>
|
||||
@@ -0,0 +1,5 @@
|
||||
<?php
|
||||
// auto-generated by sfPropelAdmin
|
||||
// date: 2011/03/07 11:39:45
|
||||
?>
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
<u><?php echo link_to(__('Wiadomości',null,'stReminderBackend'),'stReminderBackend/list')?></u> (<b><?php echo $alerts ?></b>)
|
||||
Reference in New Issue
Block a user