dashlet.smarty
750 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{literal}
<style type="text/css">
#AdminVersionDashlet {
display: none;
}
#AdminVersionDashlet .action_close{
display: none;
}
#AdminHeader { font-weight: bold;
margin-left: 25px;}
#AdminVersionBlock {
background: url(./plugins/ktstandard/AdminVersionPlugin/templates/AdminVersionPlugin/computer_go.png) no-repeat scroll left;
font-weight: bold;
padding-left:25px;
background-position: top left;
}
</style>
{/literal}
<script type="text/javascript">var VERSIONS_URL = "{$url}";</script>
<script type="text/javascript">CheckVersion();</script>
<div>
<div id="AdminHeader">
The following upgrade is available:
</div>
<div id="AdminVersionBlock" name="AdminVersionBlock">
</div>
</div>