Advertisement
Guest User

edit.php

a guest
Dec 27th, 2012
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.49 KB | None | 0 0
  1. <div class="row-fluid sortable">
  2.     <div class="box span12">
  3.         <div class="box-header" data-original-title>
  4.             <h2><i class="icon-edit"></i><span class="break"></span>Editing Monkey #<?php echo $monkey->id; ?></h2>
  5.             <div class="box-icon">
  6.                 <a href="<?php echo Uri::base(false).'monkey' ?>"><i class="icon-list"></i></a>
  7.                 <a href="#" class="btn-minimize"><i class="icon-chevron-up"></i></a>
  8.             </div>
  9.         </div>
  10.         <?php echo render('monkey/_form'); ?>
  11.     </div><!--/span-->
  12. </div><!--/row-->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement