103 |
- |
1 |
<?php echo showSectionHead($spText['label']['Version']); ?>
|
|
|
2 |
<table width="60%" cellspacing="0" cellpadding="0" class="summary">
|
|
|
3 |
<tr><td class="topheader" colspan="2"><?php echo $spText['label']['Version']?></td></tr>
|
|
|
4 |
<tr>
|
|
|
5 |
<td class="content" style="border-left: none;width: 30%">Installed Version</td>
|
|
|
6 |
<td class="contentmid" style="text-align: left;padding-left: 10px"><?php echo SP_VERSION_NUMBER?></td>
|
|
|
7 |
</tr>
|
|
|
8 |
<tr>
|
|
|
9 |
<td colspan="2" id="checkversion" class="content" style="border-left: none;text-align: center;"><br>
|
|
|
10 |
<a class="actionbut" href="javascript:void(0);" onclick="scriptDoLoad('settings.php', 'checkversion', 'sec=checkversion')">
|
|
|
11 |
<?php echo $spTextSettings['Check for Updates']?>
|
|
|
12 |
</a>
|
|
|
13 |
<br><br>
|
|
|
14 |
</td>
|
|
|
15 |
</tr>
|
|
|
16 |
</table>
|