<?
// assemble json response
$response = array();
$response['form'] = $this->render('index/delete.partial.phtml');
$response['errors'] = isset($this->errors) ? $this->errors : null;
$response['message'] = isset($this->message) ? $this->message : null;
$response['deletedIds'] = isset($this->ids) ? $this->ids : array();
print $this->json($response);
# |
Change |
User |
Description |
Committed |
|
#1
|
16170 |
perforce_software |
Move Chronicle files to follow new path scheme for branching. |
|
|
//guest/perforce_software/chronicle/application/content/views/scripts/index/delete.json.phtml |
#1
|
8972 |
Matt Attaway |
Initial add of the Chronicle source code |
|
|