* VRFS-2122 - fix for the update
This commit is contained in:
parent
f0304f2ca3
commit
c148b4a35e
|
|
@ -27,6 +27,7 @@
|
|||
font-size:x-large;
|
||||
}
|
||||
|
||||
|
||||
#client-updater-updating #update-steps {
|
||||
margin-top:20px;
|
||||
}
|
||||
|
|
@ -34,5 +35,18 @@
|
|||
#client-updater-updating span.status {
|
||||
color:white;
|
||||
}
|
||||
|
||||
.download-manual {
|
||||
|
||||
.fix {
|
||||
font-size:20px;
|
||||
}
|
||||
|
||||
margin:20px 0 30px;
|
||||
}
|
||||
|
||||
.error-detail {
|
||||
font-size:10px;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -82,15 +82,17 @@
|
|||
|
||||
|
||||
<script type="text/template" id="template-update-error">
|
||||
<h2 align="center">Application Update Error</h2>
|
||||
<h2 align="center">Please Download to Update</h2>
|
||||
<br />
|
||||
|
||||
<br />
|
||||
<br />
|
||||
<div align="center">
|
||||
<div class="download-manual">
|
||||
<p class="fix">Download the latest JamKazam from <a href="/downloads" rel="external">our downloads page</a>.</p>
|
||||
</div>
|
||||
<div class="error-detail">
|
||||
{error_msg}
|
||||
</div>
|
||||
</div>
|
||||
<br clear="all" /><br />
|
||||
|
||||
|
||||
<!--
|
||||
|
|
|
|||
Loading…
Reference in New Issue