Example #1
0
"}'><?php 
        echo $user['first_name'] . "  " . $user['last_name'];
        ?>
</a></li>
                            <?php 
    }
}
?>
            </ul>
        </li>
        <li class="filter_sentence">
            <div class="ajax_loader"></div>
        </li>
    </ul>
<?php 
echo TemplateHelper::getEventListEditActions();
?>
<form id="events_form" class="print_form" method="post" target="_blank" action="<?php 
echo RouteHelper::_('index.php?view=events');
?>
">
<input type="hidden" name="layout" value="events" />
<input type="hidden" name="model" value="event" />
<table id="event" class="table table-hover table-striped data-table table-bordered">
   <thead>
        <tr>
            <th class="checkbox_column"><input type="checkbox" onclick="Cobalt.selectAll(this);" /></th>
            <th class="name"><div class="sort_order"><a class="e.name" onclick="sortTable('e.name',this)"><?php 
echo ucwords(TextHelper::_('COBALT_EVENTS_NEXT_TASK'));
?>
</div></th>