Changeset 47
- Timestamp:
- 07/17/07 17:46:02 (18 months ago)
- Location:
- trunk/app/views
- Files:
-
- 5 added
- 2 modified
-
entries/admin_edit.thtml (modified) (1 diff)
-
events (added)
-
events/admin_add.thtml (added)
-
events/admin_edit.thtml (added)
-
events/admin_listing.thtml (added)
-
events/view.thtml (added)
-
podcasts/admin_add.thtml (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/app/views/entries/admin_edit.thtml
r45 r47 1 1 <?php echo $javascript->link('myfunctions'); ?> 2 2 <?php echo $javascript->link('fckeditor/fckeditor'); ?> 3 4 <script type="text/javascript"> 5 window.onload = timedMsg; 6 </script> 7 <?php $session->flash(); ?> 3 8 4 9 <?php echo $html->addCrumb('Control Tools', '/admin/entries/start'); ?> -
trunk/app/views/podcasts/admin_add.thtml
r14 r47 1 1 <?= $javascript->link('myfunctions'); ?> 2 <?php echo $html->addCrumb('Control Tools', '/ entries/index'); ?>3 <?php echo $html->addCrumb('Podcasts', '/ podcasts/listing'); ?>2 <?php echo $html->addCrumb('Control Tools', '/admin/entries/start'); ?> 3 <?php echo $html->addCrumb('Podcasts', '/admin/podcasts/listing'); ?> 4 4 <?php echo $html->getCrumbs(' / '); ?> 5 6 5 7 6 <div class="title_section">Add new podcast</div> … … 9 8 <div class="spaced"> 10 9 11 <?php echo $html->formTag('/ podcasts/add/','post', array("enctype"=>"multipart/form-data") ); ?>10 <?php echo $html->formTag('/admin/podcasts/add/','post', array("enctype"=>"multipart/form-data") ); ?> 12 11 13 12 <fieldset>
