Dashboard: Convert table into an action table

refs #7751
This commit is contained in:
Marius Hein 2014-11-20 12:45:23 +01:00
parent e600dc8adb
commit d018b4c2ae
1 changed files with 4 additions and 3 deletions

View File

@ -6,15 +6,16 @@
<div class="content">
<h1><?= t('Dashboard Settings'); ?></h1>
<table class="avp" data-base-target="_next">
<table class="avp action" data-base-target="_next">
<thead>
<tr>
<th>
<th style="width: 18em;">
<strong><?= t('Dashlet Name') ?></strong>
</th>
<th>
<strong><?= t('Url') ?></strong>
</th>
<th style="width: 1.4em;">&nbsp;</th>
</tr>
</thead>
<tbody>
@ -45,7 +46,7 @@
<?= $dashlet->getTitle(); ?>
</a>
</td>
<td>
<td style="table-layout: fixed; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;">
<a href="<?= $this->href($dashlet->getUrl()); ?>"><?= $dashlet->getUrl(); ?></a>
</td>
<td>