Revision 1266
Added by Dietmar almost 15 years ago
branches/2.8.x/CHANGELOG | ||
---|---|---|
12 | 12 |
|
13 | 13 |
------------------------------------- 2.8.1 ------------------------------------- |
14 | 14 |
22-Jan-2010 Dietmar Woellbrink (Luisehahne) |
15 |
# Ticket #917 Update backend themes |
|
16 |
22-Jan-2010 Dietmar Woellbrink (Luisehahne) |
|
15 | 17 |
! Ticket #909 WYSIWYG Editor width destroyes backend layout |
16 | 18 |
! Set EDITOR_WIDTH to 0, This way backend theme developper |
17 | 19 |
! can style the WYSIWYG Editor according to their themes. |
branches/2.8.x/wb/admin/interface/version.php | ||
---|---|---|
55 | 55 |
|
56 | 56 |
// check if defined to avoid errors during installation (redirect to admin panel fails if PHP error/warnings are enabled) |
57 | 57 |
if(!defined('VERSION')) define('VERSION', '2.8.1'); |
58 |
if(!defined('REVISION')) define('REVISION', '1265');
|
|
58 |
if(!defined('REVISION')) define('REVISION', '1266');
|
|
59 | 59 |
|
60 | 60 |
?> |
branches/2.8.x/wb/templates/classic_theme/templates/login_forgot.htt | ||
---|---|---|
63 | 63 |
|
64 | 64 |
<table cellpadding="0" cellspacing="0" border="0" width="100%" style="padding: 10px 0px 10px 0px;"> |
65 | 65 |
<tr> |
66 |
<td align="center" style="font-size: 10px;"> |
|
67 |
<!-- Please note: the below reference to the GNU GPL should not be removed, as it provides a link for users to read about warranty, etc. --> |
|
68 |
<a href="http://www.websitebaker.com/" style="color: #000000;" target="_blank">Website Baker</a> |
|
69 |
is released under the |
|
70 |
<a href="http://www.gnu.org/copyleft/gpl.html" style="color: #000000;" target="_blank">GNU General Public License</a> |
|
71 |
<!-- Please note: the above reference to the GNU GPL should not be removed, as it provides a link for users to read about warranty, etc. --> |
|
66 |
<td style="font-size:12px;text-align:center;"> |
|
67 |
<!-- Please note: the below reference to the GNU GPL should not be removed, as it provides a link for users to read about warranty, etc. --> |
|
68 |
<a href="http://www.websitebaker2.org/" title="external">WebsiteBaker</a> is released under the |
|
69 |
<a href="http://www.gnu.org/licenses/gpl.html" title="WebsiteBaker is released under the GNU General Public License">GNU General Public License</a> |
|
70 |
<!-- Please note: the above reference to the GNU GPL should not be removed, as it provides a link for users to read about warranty, etc. --> |
|
72 | 71 |
</td> |
73 | 72 |
</tr> |
74 | 73 |
</table> |
branches/2.8.x/wb/templates/classic_theme/templates/footer.htt | ||
---|---|---|
5 | 5 |
|
6 | 6 |
<table cellpadding="0" cellspacing="0" border="0" width="100%" style="padding: 10px 0px 10px 0px;"> |
7 | 7 |
<tr> |
8 |
<td align="center" style="font-size: 12px;"> |
|
9 |
<!-- Please note: the below reference to the GNU GPL should not be removed, as it provides a link for users to read about warranty, etc. --> |
|
10 |
<a href="http://www.websitebaker2.org/" title="external">WebsiteBaker</a> |
|
11 |
is released under the |
|
12 |
<a href="http://www.gnu.org/licenses/gpl.html" title="WebsiteBaker is released under the GNU General Public License">GNU General Public License</a> |
|
13 |
<!-- Please note: the above reference to the GNU GPL should not be removed, as it provides a link for users to read about warranty, etc. --> |
|
8 |
<td style="font-size:12px;text-align:center;"> |
|
9 |
<!-- Please note: the below reference to the GNU GPL should not be removed, as it provides a link for users to read about warranty, etc. --> |
|
10 |
<a href="http://www.websitebaker2.org/" title="external">WebsiteBaker</a> is released under the |
|
11 |
<a href="http://www.gnu.org/licenses/gpl.html" title="WebsiteBaker is released under the GNU General Public License">GNU General Public License</a> |
|
12 |
<!-- Please note: the above reference to the GNU GPL should not be removed, as it provides a link for users to read about warranty, etc. --> |
|
14 | 13 |
</td> |
15 | 14 |
</tr> |
16 | 15 |
</table> |
branches/2.8.x/wb/templates/classic_theme/templates/login.htt | ||
---|---|---|
79 | 79 |
|
80 | 80 |
<table cellpadding="0" cellspacing="0" border="0" width="100%" style="padding: 10px 0px 10px 0px;"> |
81 | 81 |
<tr> |
82 |
<td align="center" style="font-size: 10px;"> |
|
83 |
<!-- Please note: the below reference to the GNU GPL should not be removed, as it provides a link for users to read about warranty, etc. --> |
|
84 |
<a href="http://www.websitebaker.com/" style="color: #000000;" target="_blank">Website Baker</a> |
|
85 |
is released under the |
|
86 |
<a href="http://www.gnu.org/copyleft/gpl.html" style="color: #000000;" target="_blank">GNU General Public License</a> |
|
87 |
<!-- Please note: the above reference to the GNU GPL should not be removed, as it provides a link for users to read about warranty, etc. --> |
|
82 |
<td style="font-size:12px;text-align:center;"> |
|
83 |
<!-- Please note: the below reference to the GNU GPL should not be removed, as it provides a link for users to read about warranty, etc. --> |
|
84 |
<a href="http://www.websitebaker2.org/" title="external">WebsiteBaker</a> is released under the |
|
85 |
<a href="http://www.gnu.org/licenses/gpl.html" title="WebsiteBaker is released under the GNU General Public License">GNU General Public License</a> |
|
86 |
<!-- Please note: the above reference to the GNU GPL should not be removed, as it provides a link for users to read about warranty, etc. --> |
|
88 | 87 |
</td> |
89 | 88 |
</tr> |
90 | 89 |
</table> |
branches/2.8.x/wb/templates/wb_theme/templates/login_forgot.htt | ||
---|---|---|
63 | 63 |
|
64 | 64 |
<table cellpadding="0" cellspacing="0" border="0" width="100%" style="padding: 10px 0px 10px 0px;"> |
65 | 65 |
<tr> |
66 |
<td align="center" style="font-size: 10px;"> |
|
67 |
<!-- Please note: the below reference to the GNU GPL should not be removed, as it provides a link for users to read about warranty, etc. --> |
|
68 |
<a href="http://www.websitebaker.com/" style="color: #000000;" target="_blank">Website Baker</a> |
|
69 |
is released under the |
|
70 |
<a href="http://www.gnu.org/copyleft/gpl.html" style="color: #000000;" target="_blank">GNU General Public License</a> |
|
71 |
<!-- Please note: the above reference to the GNU GPL should not be removed, as it provides a link for users to read about warranty, etc. --> |
|
66 |
<td style="font-size:12px;text-align:center;"> |
|
67 |
<!-- Please note: the below reference to the GNU GPL should not be removed, as it provides a link for users to read about warranty, etc. --> |
|
68 |
<a href="http://www.websitebaker2.org/" title="external">WebsiteBaker</a> is released under the |
|
69 |
<a href="http://www.gnu.org/licenses/gpl.html" title="WebsiteBaker is released under the GNU General Public License">GNU General Public License</a> |
|
70 |
<!-- Please note: the above reference to the GNU GPL should not be removed, as it provides a link for users to read about warranty, etc. --> |
|
72 | 71 |
</td> |
73 | 72 |
</tr> |
74 | 73 |
</table> |
branches/2.8.x/wb/templates/wb_theme/templates/footer.htt | ||
---|---|---|
5 | 5 |
|
6 | 6 |
<table cellpadding="0" cellspacing="0" border="0" width="100%" style="padding: 10px 0px 10px 0px;"> |
7 | 7 |
<tr> |
8 |
<td align="center" style="font-size: 12px;"> |
|
9 |
<!-- Please note: the below reference to the GNU GPL should not be removed, as it provides a link for users to read about warranty, etc. --> |
|
10 |
<a href="http://www.websitebaker2.org/" title="external">WebsiteBaker</a> |
|
11 |
is released under the |
|
12 |
<a href="http://www.gnu.org/licenses/gpl.html" title="WebsiteBaker is released under the GNU General Public License">GNU General Public License</a> |
|
13 |
<!-- Please note: the above reference to the GNU GPL should not be removed, as it provides a link for users to read about warranty, etc. --> |
|
8 |
<td style="font-size: 12px; text-align:center;"> |
|
9 |
<!-- Please note: the below reference to the GNU GPL should not be removed, as it provides a link for users to read about warranty, etc. --> |
|
10 |
<a href="http://www.websitebaker2.org/" title="external">WebsiteBaker</a> is released under the |
|
11 |
<a href="http://www.gnu.org/licenses/gpl.html" title="WebsiteBaker is released under the GNU General Public License">GNU General Public License</a> |
|
12 |
<!-- Please note: the above reference to the GNU GPL should not be removed, as it provides a link for users to read about warranty, etc. --> |
|
14 | 13 |
</td> |
15 | 14 |
</tr> |
16 | 15 |
</table> |
branches/2.8.x/wb/templates/wb_theme/templates/login.htt | ||
---|---|---|
79 | 79 |
|
80 | 80 |
<table cellpadding="0" cellspacing="0" border="0" width="100%" style="padding: 10px 0px 10px 0px;"> |
81 | 81 |
<tr> |
82 |
<td align="center" style="font-size: 10px;"> |
|
83 |
<!-- Please note: the below reference to the GNU GPL should not be removed, as it provides a link for users to read about warranty, etc. --> |
|
84 |
<a href="http://www.websitebaker.com/" style="color: #000000;" target="_blank">Website Baker</a> |
|
85 |
is released under the |
|
86 |
<a href="http://www.gnu.org/copyleft/gpl.html" style="color: #000000;" target="_blank">GNU General Public License</a> |
|
87 |
<!-- Please note: the above reference to the GNU GPL should not be removed, as it provides a link for users to read about warranty, etc. --> |
|
82 |
<td style="font-size:12px;text-align:center;"> |
|
83 |
<!-- Please note: the below reference to the GNU GPL should not be removed, as it provides a link for users to read about warranty, etc. --> |
|
84 |
<a href="http://www.websitebaker2.org/" title="external">WebsiteBaker</a> is released under the |
|
85 |
<a href="http://www.gnu.org/licenses/gpl.html" title="WebsiteBaker is released under the GNU General Public License">GNU General Public License</a> |
|
86 |
<!-- Please note: the above reference to the GNU GPL should not be removed, as it provides a link for users to read about warranty, etc. --> |
|
88 | 87 |
</td> |
89 | 88 |
</tr> |
90 | 89 |
</table> |
branches/2.8.x/wb/templates/argos_theme/templates/login_forgot.htt | ||
---|---|---|
56 | 56 |
|
57 | 57 |
<table cellpadding="0" cellspacing="0" border="0" width="100%" style="padding: 10px 0px 10px 0px;"> |
58 | 58 |
<tr> |
59 |
<td align="center" style="font-size: 10px;"> |
|
60 |
<!-- Please note: the below reference to the GNU GPL should not be removed, as it provides a link for users to read about warranty, etc. --> |
|
61 |
<a href="http://www.websitebaker.com/" style="color: #000000;" target="_blank">Website Baker</a> |
|
62 |
is released under the |
|
63 |
<a href="http://www.gnu.org/copyleft/gpl.html" style="color: #000000;" target="_blank">GNU General Public License</a> |
|
64 |
<!-- Please note: the above reference to the GNU GPL should not be removed, as it provides a link for users to read about warranty, etc. --> |
|
59 |
<td style="font-size:12px;text-align:center;"> |
|
60 |
<!-- Please note: the below reference to the GNU GPL should not be removed, as it provides a link for users to read about warranty, etc. --> |
|
61 |
<a href="http://www.websitebaker2.org/" title="external">WebsiteBaker</a> is released under the |
|
62 |
<a href="http://www.gnu.org/licenses/gpl.html" title="WebsiteBaker is released under the GNU General Public License">GNU General Public License</a> |
|
63 |
<!-- Please note: the above reference to the GNU GPL should not be removed, as it provides a link for users to read about warranty, etc. --> |
|
65 | 64 |
</td> |
66 | 65 |
</tr> |
67 | 66 |
</table> |
branches/2.8.x/wb/templates/argos_theme/templates/footer.htt | ||
---|---|---|
6 | 6 |
|
7 | 7 |
<table cellpadding="0" cellspacing="0" border="0" width="100%" style="padding: 10px 0;"> |
8 | 8 |
<tr> |
9 |
<td align="center" style="font-size:12px;">
|
|
9 |
<td style="font-size:12px;text-align:center;">
|
|
10 | 10 |
<!-- Please note: the below reference to the GNU GPL should not be removed, as it provides a link for users to read about warranty, etc. --> |
11 |
<a href="http://www.websitebaker2.org/" title="external">WebsiteBaker</a> |
|
12 |
is released under the <a href="http://www.gnu.org/licenses/gpl.html" title="WebsiteBaker is released under the GNU General Public License">GNU |
|
13 |
General Public License</a> |
|
11 |
<a href="http://www.websitebaker2.org/" title="external">WebsiteBaker</a> is released under the |
|
12 |
<a href="http://www.gnu.org/licenses/gpl.html" title="WebsiteBaker is released under the GNU General Public License">GNU General Public License</a> |
|
14 | 13 |
<!-- Please note: the above reference to the GNU GPL should not be removed, as it provides a link for users to read about warranty, etc. --> |
15 | 14 |
</td> |
16 | 15 |
</tr> |
branches/2.8.x/wb/templates/argos_theme/templates/addons.htt | ||
---|---|---|
1 |
<!-- BEGIN main_block --> |
|
2 |
<table cellpadding="5" cellspacing="0" border="0" align="center" width="100%" style="margin-bottom:10px;"> |
|
3 |
<tr style="background:#f0f0f0;"> |
|
4 |
<td valign="middle" align="left"><h2>{ADDONS_OVERVIEW}</h2></td> |
|
5 |
<td align="right">{URL_ADVANCED}</td> |
|
6 |
</tr> |
|
7 |
</table> |
|
8 |
|
|
9 |
<table cellpadding="0" cellspacing="0" border="0" width="99%" align="center"> |
|
10 |
<tr> |
|
11 |
<td align="center" valign="top"> |
|
12 |
<!-- BEGIN modules_block --> |
|
13 |
<table cellpadding="0" cellspacing="0" border="0" class="section" {DISPLAY_MODULES} > |
|
14 |
<tr> |
|
15 |
<td class="graphic" align="center" valign="middle" rowspan="2"><a href="{ADMIN_URL}/modules/index.php"><img src="{THEME_URL}/icons/modules.png" alt="0" /> </a> </td> |
|
16 |
<td class="description" valign="top"><a href="{ADMIN_URL}/modules/index.php"><div class="title">{MODULES}</div></a>{MODULES_OVERVIEW}</td>
|
|
17 |
</tr> |
|
18 |
</table> |
|
19 |
<!-- END modules_block --> |
|
20 |
<!-- BEGIN templates_block --> |
|
21 |
<table cellpadding="0" cellspacing="0" border="0" class="section" {DISPLAY_TEMPLATES} > |
|
22 |
<tr> |
|
23 |
<td class="graphic" align="center" valign="middle" rowspan="2"><a href="{ADMIN_URL}/templates/index.php"><img src="{THEME_URL}/icons/templates.png" alt="{TEMPLATES}" /> </a> </td> |
|
24 |
<td class="description" valign="top"><a href="{ADMIN_URL}/templates/index.php"><div class="title">{TEMPLATES}</div></a>{TEMPLATES_OVERVIEW}</td>
|
|
25 |
</tr> |
|
26 |
</table> |
|
27 |
<!-- END templates_block --> |
|
28 |
<!-- BEGIN languages_block --> |
|
29 |
<table cellpadding="0" cellspacing="0" border="0" class="section" {DISPLAY_LANGUAGES} > |
|
30 |
<tr> |
|
31 |
<td class="graphic" align="center" valign="middle" rowspan="2"><a href="{ADMIN_URL}/languages/index.php"><img src="{THEME_URL}/icons/languages.png" alt="{LANGUAGES}" /> </a> </td> |
|
32 |
<td class="description" valign="top"> <a href="{ADMIN_URL}/languages/index.php"><div class="title">{LANGUAGES}</div></a>{LANGUAGES_OVERVIEW}</td>
|
|
33 |
</tr> |
|
34 |
</table> |
|
35 |
<!-- END languages_block --> |
|
36 |
<!-- BEGIN reload_block --> |
|
37 |
<table cellpadding="0" cellspacing="0" border="0" class="section" {DISPLAY_RELOAD} > |
|
38 |
<tr> |
|
39 |
<td class="graphic" align="center" valign="middle" rowspan="2"><img src="{THEME_URL}/icons/admintools.png" alt="{TXT_ADMIN_SETTINGS}" /> </td> |
|
40 |
<td class="description" valign="top"><div class="title">{TXT_ADMIN_SETTINGS}</div>
|
|
41 |
<form action="{RELOAD_URL}" method="post"> |
|
42 |
{MESSAGE_RELOAD_ADDONS} |
|
43 |
<br style="margin-bottom: 0.5em" /> |
|
44 |
<input {DISPLAY_MODULES} type="checkbox" name="reload_modules" id="reload_modules" value="true" /> |
|
45 |
<label {DISPLAY_MODULES} for="reload_modules">{MODULES}</label> |
|
46 |
<input {DISPLAY_TEMPLATES} type="checkbox" name="reload_templates" id="reload_templates" value="true" /> |
|
47 |
<label {DISPLAY_TEMPLATES} for="reload_templates">{TEMPLATES}</label> |
|
48 |
<input {DISPLAY_LANGUAGES} type="checkbox" name="reload_languages" id="reload_languages" value="true" /> |
|
49 |
<label {DISPLAY_LANGUAGES} for="reload_languages">{LANGUAGES}</label> |
|
50 |
<input type="submit" name="submit" value="{TEXT_RELOAD}" /> |
|
51 |
</form> |
|
52 |
</td> |
|
53 |
</tr> |
|
54 |
</table> |
|
55 |
<!-- END reload_block --> |
|
56 |
</td> |
|
57 |
</tr> |
|
58 |
</table> |
|
1 |
<!-- BEGIN main_block -->
|
|
2 |
<table cellpadding="5" cellspacing="0" border="0" align="center" width="100%" style="margin-bottom:10px;">
|
|
3 |
<tr style="background:#f0f0f0;">
|
|
4 |
<td valign="middle" align="left"><h2>{ADDONS_OVERVIEW}</h2></td>
|
|
5 |
<td align="right">{URL_ADVANCED}</td>
|
|
6 |
</tr>
|
|
7 |
</table>
|
|
8 |
|
|
9 |
<table cellpadding="0" cellspacing="0" border="0" width="99%" align="center">
|
|
10 |
<tr>
|
|
11 |
<td align="center" valign="top">
|
|
12 |
<!-- BEGIN modules_block -->
|
|
13 |
<table cellpadding="0" cellspacing="0" border="0" class="section" {DISPLAY_MODULES} >
|
|
14 |
<tr>
|
|
15 |
<td class="graphic" align="center" valign="middle" rowspan="2"><a href="{ADMIN_URL}/modules/index.php"><img src="{THEME_URL}/icons/modules.png" alt="0" /> </a> </td>
|
|
16 |
<td class="description" valign="top"><a href="{ADMIN_URL}/modules/index.php"><span class="title">{MODULES}</span></a>{MODULES_OVERVIEW}</td>
|
|
17 |
</tr>
|
|
18 |
</table>
|
|
19 |
<!-- END modules_block -->
|
|
20 |
<!-- BEGIN templates_block -->
|
|
21 |
<table cellpadding="0" cellspacing="0" border="0" class="section" {DISPLAY_TEMPLATES} >
|
|
22 |
<tr>
|
|
23 |
<td class="graphic" align="center" valign="middle" rowspan="2"><a href="{ADMIN_URL}/templates/index.php"><img src="{THEME_URL}/icons/templates.png" alt="{TEMPLATES}" /> </a> </td>
|
|
24 |
<td class="description" valign="top"><a href="{ADMIN_URL}/templates/index.php"><span class="title">{TEMPLATES}</span></a>{TEMPLATES_OVERVIEW}</td>
|
|
25 |
</tr>
|
|
26 |
</table>
|
|
27 |
<!-- END templates_block -->
|
|
28 |
<!-- BEGIN languages_block -->
|
|
29 |
<table cellpadding="0" cellspacing="0" border="0" class="section" {DISPLAY_LANGUAGES} >
|
|
30 |
<tr>
|
|
31 |
<td class="graphic" align="center" valign="middle" rowspan="2"><a href="{ADMIN_URL}/languages/index.php"><img src="{THEME_URL}/icons/languages.png" alt="{LANGUAGES}" /> </a> </td>
|
|
32 |
<td class="description" valign="top"> <a href="{ADMIN_URL}/languages/index.php"><span class="title">{LANGUAGES}</span></a>{LANGUAGES_OVERVIEW}</td>
|
|
33 |
</tr>
|
|
34 |
</table>
|
|
35 |
<!-- END languages_block -->
|
|
36 |
<!-- BEGIN reload_block -->
|
|
37 |
<table cellpadding="0" cellspacing="0" border="0" class="section" {DISPLAY_RELOAD} >
|
|
38 |
<tr>
|
|
39 |
<td class="graphic" align="center" valign="middle" rowspan="2"><img src="{THEME_URL}/icons/admintools.png" alt="{TXT_ADMIN_SETTINGS}" /> </td>
|
|
40 |
<td class="description" valign="top"><span class="title">{TXT_ADMIN_SETTINGS}</span>
|
|
41 |
<form action="{RELOAD_URL}" method="post">
|
|
42 |
{MESSAGE_RELOAD_ADDONS}
|
|
43 |
<br style="margin-bottom: 0.5em" />
|
|
44 |
<input {DISPLAY_MODULES} type="checkbox" name="reload_modules" id="reload_modules" value="true" />
|
|
45 |
<label {DISPLAY_MODULES} for="reload_modules">{MODULES}</label>
|
|
46 |
<input {DISPLAY_TEMPLATES} type="checkbox" name="reload_templates" id="reload_templates" value="true" />
|
|
47 |
<label {DISPLAY_TEMPLATES} for="reload_templates">{TEMPLATES}</label>
|
|
48 |
<input {DISPLAY_LANGUAGES} type="checkbox" name="reload_languages" id="reload_languages" value="true" />
|
|
49 |
<label {DISPLAY_LANGUAGES} for="reload_languages">{LANGUAGES}</label>
|
|
50 |
<input type="submit" name="submit" value="{TEXT_RELOAD}" />
|
|
51 |
</form>
|
|
52 |
</td>
|
|
53 |
</tr>
|
|
54 |
</table>
|
|
55 |
<!-- END reload_block -->
|
|
56 |
</td>
|
|
57 |
</tr>
|
|
58 |
</table>
|
|
59 | 59 |
<!-- END main_block --> |
branches/2.8.x/wb/templates/argos_theme/templates/login.htt | ||
---|---|---|
70 | 70 |
</table> |
71 | 71 |
<table cellpadding="0" cellspacing="0" border="0" width="100%" style="padding:10px 0;"> |
72 | 72 |
<tr> |
73 |
<td style="font-size:10px;text-aslign:center;">
|
|
73 |
<td style="font-size:10px;text-align:center;"> |
|
74 | 74 |
<!-- Please note: the below reference to the GNU GPL should not be removed, as it provides a link for users to read about warranty, etc. --> |
75 |
<a href="http://www.websitebaker.com/" style="color: #000000;" target="_blank">Website Baker</a> is released under the <a href="http://www.gnu.org/copyleft/gpl.html" style="color: #000000;" target="_blank">GNU General Public License</a> |
|
75 |
<a href="http://www.websitebaker2.org/" title="external">WebsiteBaker</a> is released under the |
|
76 |
<a href="http://www.gnu.org/licenses/gpl.html" title="WebsiteBaker is released under the GNU General Public License">GNU General Public License</a> |
|
76 | 77 |
<!-- Please note: the above reference to the GNU GPL should not be removed, as it provides a link for users to read about warranty, etc. --> |
77 | 78 |
</td> |
78 | 79 |
</tr> |
Also available in: Unified diff
Ticket #917 Update backend themes