<div class="status <?= $this->escapeAttr($this->class) ?>"> <h3><?= $this->escape($this->label) ?></h3> <? foreach ($this->messages as $message) { ?> <p> <?= $message ?> </p> <? } ?> </div>
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#1 | 16170 | perforce_software | Move Chronicle files to follow new path scheme for branching. | ||
//guest/perforce_software/chronicle/application/setup/views/scripts/index/status.phtml | |||||
#1 | 8972 | Matt Attaway | Initial add of the Chronicle source code |