start('sidebar'); echo $this->Html->link( 'Add Monitor', array('controller' => 'monitors', 'action' => 'add')); $this->end(); ?>
$mon): ?>
Html->image($mon['img']['src'], array( 'alt' => $mon['img']['alt'], 'id' => $mon['img']['id'], 'width' => Configure::read('ZM_WEB_LIST_THUMB_WIDTH') )); ?>

Html->link($mon['Monitor']['Name'],array('controller' => 'monitors', 'action' => 'view', $mon['Monitor']['Id'])); ?>

Html->link($mon['Monitor']['Function'], array('action' => 'edit', $mon['Monitor']['Id'])); ?>

Js->get('#monitors'); $this->Js->sortable(array('complete' => '$.post("/monitors/reorder", $("#monitors").sortable("serialize"))',)); ?>