A lot has been rewritten, ext-teams added, ext-forced continued:
[mailer.git] / templates / de / html / admin / admin_update_download.tpl
1 <div align="center">
2 <div class="table dashed" style="width:580px">
3
4 <div class="table_header bottom">
5         <div class="big">{--ADMIN_NEW_VERSION_AVAILABLE--}</div>
6 </div>
7
8 <div style="clear:both">
9         <div style="float:left;padding:5px">{--ADMIN_YOUR_VERSION_IS--}:</div>
10         <div style="float:right;padding:5px"><strong>v{?FULL_VERSION?} R{?CURRENT_REPOSITORY_REVISION?}</strong></div>
11 </div>
12
13 <div style="clear:both">
14         <div style="float:left;padding:5px">{--ADMIN_ONLINE_VERSION_IS--}:</div>
15         <div style="float:right;padding:5px"><strong>v$content[version] R$content[revision]</strong></div>
16 </div>
17
18 <div style="clear:both">
19         <div style="float:left;padding:5px">{--ADMIN_UPDATE_CREATE_TIME--}:</div>
20         <div style="float:right;padding:5px"><strong>$content[changed]</strong></div>
21 </div>
22
23 <div style="clear:both;height:50px" class="top">
24         <div class="table_header bottom">
25                 <div class="big">{--ADMIN_DOWNLOAD_NEW_VERSION--}</div>
26         </div>
27         <div style="padding:5px">
28                 <div style="float:left">{--ADMIN_DOWNLOAD_SVN--}:</div>
29                 <div style="float:right">
30                         <strong><a href="{?SERVER_URL?}/cms/index/wht/svn" title="{--ADMIN_REPOSITORY--}" target="_blank">{--ADMIN_DOWNLOAD_NOW--}</a></strong>
31                 </div>
32         </div>
33 </div>
34
35 </div>
36 </div>