<div class="display-group">
<ul class="widget-types">
<? foreach ($this->types as $type): ?>
<li>
<a href="javascript://" class="add-widget"
widgetType="<?=$this->escapeAttr($type->getId())?>"
widgetContext="<?=htmlspecialchars($this->widgetContext)?>"
><img class="widget-type-icon"
<? if ($type->hasIcon()): ?>
src="<?=$type->getIconUrl()?>"
<? else: ?>
src="<?=$this->module('widget')->getBaseUrl()?>/images/icon-widget-default.png"
<? endif; ?>></a>
<a href="javascript://" class="add-widget"
widgetType="<?=$this->escapeAttr($type->getId())?>"
widgetContext="<?=htmlspecialchars($this->widgetContext)?>"
><span class="widget-type-label"><?=$this->escape($type->label)?></span></a>
<p class="widget-type-description"><?=$this->escape($type->description)?></p>
</li>
<? endforeach ?>
</ul>
</div>
# |
Change |
User |
Description |
Committed |
|
#1
|
16170 |
perforce_software |
Move Chronicle files to follow new path scheme for branching. |
|
|
//guest/perforce_software/chronicle/application/widget/views/scripts/index/add.partial.phtml |
#1
|
8972 |
Matt Attaway |
Initial add of the Chronicle source code |
|
|