#56: userpanel: addons

This commit is contained in:
Ulrich Block 2013-10-26 18:23:44 +02:00
parent 304b7f20e5
commit 505ef9ec14
2 changed files with 5 additions and 5 deletions

View File

@ -26,7 +26,7 @@
<th data-hide="phone"><?php echo $sprache->account;?></th>
<th><?php echo $sprache->action;?></th>
<th data-hide="phone,tablet"><?php echo $sprache->ip;?></th>
<th data-hide="phone,tablet"><?php echo $sprache->hostname;?>:</th>
<th data-hide="phone,tablet"><?php echo $sprache->hostname;?></th>
</tr>
</thead>
<tbody>

View File

@ -6,12 +6,12 @@
<li class="active"><?php echo $gsprache->addon;?> <span class="divider">/</span></li>
<li class="active"><?php echo $table['serverip'].':'.$table['port'];?> <span class="divider">/</span></li>
<li class="active"><?php echo $currentTemplate;?> <span class="divider">/</span></li>
<li class="active"><?php echo $table['name'];?></li>
<li class="active"><?php echo $description;?></li>
</ul>
</div>
</div>
<div class="row-fluid">
<div class="span11">
<div class="span8">
<table class="table table-striped table-bordered table-hover">
<thead>
<tr><th colspan="2"><?php echo $sprache->tools;?></th></tr>
@ -20,7 +20,7 @@
<?php foreach ($table['tools'] as $table_row) { ?>
<tr>
<td><?php echo $table_row['menudescription'];?> <a href="#" id="<?php echo $table_row['adid'].'-'.$table['id'];?>" data-toggle="tooltip" data-placement="right" title="<?php echo $table_row['addescription'];?>"><i class="icon-question-sign"></i></a><?php echo ($table_row['alt']=='Install' or $table_row['alt']=='Remove') ? '': ' '.$table_row['alt'];?></td>
<td><a href="<?php echo $table_row['link'];?>" onclick="return confirm('<?php echo $gsprache->sure;?>');"><span class="btn btn-<?php echo ($table_row['bootstrap']=='icon-warning-sign') ? 'warning' : 'primary';?> btn-mini"><i class="<?php echo $table_row['bootstrap'];?> icon-white"></i></span></a></td>
<td width="30"><a href="<?php echo $table_row['link'];?>" onclick="return confirm('<?php echo $gsprache->sure;?>');"><span class="btn btn-<?php if($table_row['bootstrap']=='icon-warning-sign') echo 'warning'; elseif($table_row['bootstrap']=='icon-plus-sign') echo 'success'; else echo 'danger'; ?> btn-mini"><i class="<?php echo $table_row['bootstrap'];?> icon-white"></i></span></a></td>
</tr>
<?php }?>
</tbody>
@ -33,7 +33,7 @@
<?php foreach ($table['maps'] as $table_row) { ?>
<tr>
<td><?php echo $table_row['menudescription'];?> <a href="#" id="<?php echo $table_row['adid'].'-'.$table['id'];?>" data-toggle="tooltip" data-placement="right" title="<?php echo $table_row['addescription'];?>"><i class="icon-question-sign"></i></a><?php echo ($table_row['alt']=='Install' or $table_row['alt']=='Remove') ? '': ' '.$table_row['alt'];?></td>
<td><a href="<?php echo $table_row['link'];?>" onclick="return confirm('<?php echo $gsprache->sure;?>');"><span class="btn btn-<?php echo ($table_row['bootstrap']=='icon-warning-sign') ? 'warning' : 'primary';?> btn-mini"><i class="<?php echo $table_row['bootstrap'];?> icon-white"></i></span></a></td>
<td width="30"><a href="<?php echo $table_row['link'];?>" onclick="return confirm('<?php echo $gsprache->sure;?>');"><span class="btn btn-<?php if($table_row['bootstrap']=='icon-warning-sign') echo 'warning'; elseif($table_row['bootstrap']=='icon-plus-sign') echo 'success'; else echo 'danger'; ?> btn-mini"><i class="<?php echo $table_row['bootstrap'];?> icon-white"></i></span></a></td>
</tr>
<?php }?>
</tbody>