index.phtml 486 B

12345678910111213141516
  1. <table id="schedule_block_table">
  2. <tr>
  3. <td>
  4. <form id="add-show-form" method="post" action="" style="display:none;">
  5. <?php if($this->preloadShowForm){
  6. echo $this->render('schedule/add-show-form.phtml');
  7. }?>
  8. </form>
  9. </td>
  10. <td id="schedule_calendar_cell">
  11. <div id='schedule_calendar' class="ui-widget-content block-shadow padded omega-block"></div>
  12. </td>
  13. </tr>
  14. </table>