예제 #1
0
<h1><?php 
echo __('Projects Reports');
?>
</h1>

<?php 
$lc = new cfgListingController($sf_context->getModuleName());
echo $lc->insert_button(__('Add Report')) . ' ' . $lc->sort_button();
?>

<table class="tableListing">
  <thead>
    <tr>
      <th><?php 
echo __('Action');
?>
</th>            
      <th width="100%"><?php 
echo __('Name');
?>
</th>
      <th><?php 
echo __('Display on dashboard');
?>
</th>      
      <th><?php 
echo __('Display in menu');
?>
</th>                  
    </tr>
  </thead>
예제 #2
0
<h1><?php 
echo __('Extra fields') . ' (' . __($sf_request->getParameter('bind_type')) . ')';
?>
</h1>

<?php 
$lc = new cfgListingController($sf_context->getModuleName(), 'bind_type=' . $sf_request->getParameter('bind_type', 'projects'));
echo $lc->insert_button() . ' ' . $lc->sort_button();
?>

<div style="margin-top: 7px;">
<?php 
echo link_to_mmodalbox(__('Update Selected'), 'extraFields/multipleEdit?bind_type=' . $sf_request->getParameter('bind_type'));
?>
</div>

<table   class="tableListing">
  <thead>
    <tr>     
      <th  style="width: 20px;"><input name="multiple_selected_all" id="multiple_selected_all" type="checkbox"></th> 
      <th><?php 
echo __('Action');
?>
</th>
      <th><?php 
echo __('Id');
?>
</th>
      <th><?php 
echo __('Type');
?>