2 <div class="row-fluid">
3 <div class="box col-md-12">
4 <div class="panel panel-default">
5 <div class="panel-heading" data-original-title>
6 <span class="icon-user"></span> {$up_title}
8 <div class="panel-body">
9 <center><p>{$up_info}</p></center>
10 <table class="table table-striped table-bordered">
13 <th width="100">{$plugin_name}</th>
14 <th>{$plugin_version}</th>
15 <th>{$up_updated_version}</th>
16 <th width="500">{$up_description}</th>
17 <th>{$up_actions}</th>
21 {foreach from=$plug item=element}
23 <td class="center">{$element.plugin_name}</td>
24 <td class="center">{$element.plugin_info->Version}</td>
25 <td class="center">{$element.update_info->Version}</td>
26 <td class="center">{$element.update_info->UpdateInfo}</td>
27 <td><a href="index.php?page=plugins&action=update_plugins&id={$element.id}"><button class="btn btn-primary btn-large">Update</button></a>
33 <div style="width: 300px; margin:0px auto;">
34 <ul class="pagination">
35 <li><a href="index.php?page=plugins&pagenum=1">«</a></li>
36 {foreach from=$links item=link}
37 <li {if $link == $currentPage}class="active"{/if}><a href="index.php?page=plugins&pagenum={$link}">{$link}</a></li>
39 <li><a href="index.php?page=plugins&pagenum={$lastPage}">»</a></li>