added unit-tests for version-check; implemented settings import/export in API; minor variable declarations
Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
15
templates/Sparkle/admin/index/index.tpl
vendored
15
templates/Sparkle/admin/index/index.tpl
vendored
@@ -275,15 +275,15 @@ $header
|
||||
<td><a href="$lookfornewversion_link">$lookfornewversion_lable</a></td>
|
||||
</if>
|
||||
</tr>
|
||||
<if $isnewerversion == 1 >
|
||||
<if $lookfornewversion_message != ''>
|
||||
<tr>
|
||||
<td colspan="2"><strong>{$lng['admin']['newerversionavailable']}</strong></td>
|
||||
<td colspan="2"><strong>$lookfornewversion_message</strong></td>
|
||||
</tr>
|
||||
</if>
|
||||
<if $lookfornewversion_addinfo != ''>
|
||||
<tr>
|
||||
<td colspan="2">$lookfornewversion_addinfo</td>
|
||||
</tr>
|
||||
<if $lookfornewversion_addinfo != ''>
|
||||
<tr>
|
||||
<td colspan="2">$lookfornewversion_addinfo</td>
|
||||
</tr>
|
||||
</if>
|
||||
</if>
|
||||
</tbody>
|
||||
</table>
|
||||
@@ -292,4 +292,3 @@ $header
|
||||
|
||||
</article>
|
||||
$footer
|
||||
|
||||
|
||||
Reference in New Issue
Block a user