Revision 1275
Added by Dietmar almost 15 years ago
branches/2.8.x/CHANGELOG | ||
---|---|---|
12 | 12 |
|
13 | 13 |
------------------------------------- 2.8.1 ------------------------------------- |
14 | 14 |
24-Jan-2010 Dietmar Woellbrink (Luisehahne) |
15 |
# Ticket #923 argos_theme: Always Allowed Viewers in page_settings |
|
16 |
# fixed css for pagetree to show in IE7 |
|
17 |
24-Jan-2010 Dietmar Woellbrink (Luisehahne) |
|
15 | 18 |
# Ticket #921 fix issues in IE by using EditArea framework |
16 | 19 |
23-Jan-2010 Dietmar Woellbrink (Luisehahne) |
17 | 20 |
! Ticket #921 Update EditArea framework |
branches/2.8.x/wb/admin/interface/version.php | ||
---|---|---|
52 | 52 |
|
53 | 53 |
// check if defined to avoid errors during installation (redirect to admin panel fails if PHP error/warnings are enabled) |
54 | 54 |
if(!defined('VERSION')) define('VERSION', '2.8.1'); |
55 |
if(!defined('REVISION')) define('REVISION', '1274');
|
|
55 |
if(!defined('REVISION')) define('REVISION', '1275');
|
|
56 | 56 |
|
57 | 57 |
?> |
branches/2.8.x/wb/templates/classic_theme/theme.css | ||
---|---|---|
90 | 90 |
.content { |
91 | 91 |
padding: 20px; |
92 | 92 |
height: 280px; |
93 |
width: 750px; |
|
94 |
text-align: left; |
|
93 |
width: 98%; |
|
95 | 94 |
vertical-align: top; |
96 | 95 |
} |
97 | 96 |
|
branches/2.8.x/wb/templates/wb_theme/theme.css | ||
---|---|---|
16 | 16 |
div.box { width: 100%; margin: -10px 0 0 0; font-size: small; text-align: right; } |
17 | 17 |
.header { width: 900px; margin: 0 auto; } |
18 | 18 |
.container { width: 85%; margin: 0 auto; background: #fff url(images/bgtitle.png); background-repeat: repeat-x; } |
19 |
.content { padding: 20px; width: 750px; text-align: left; height: 280px; vertical-align: top; }
|
|
19 |
.content { padding: 20px; width: 98%; height: 280px; vertical-align: top; }
|
|
20 | 20 |
.current a, .current a:link, .current a:active, .current a:visited { background: #fff url(images/menuo.png); background-repeat: repeat-x; color: #fff; } |
21 | 21 |
.description { width: 240px; padding: 0px 0px 0px 3px; text-align: left; vertical-align: top; } |
22 | 22 |
.graphic { width: 50px; border: 4px solid #FDFDFD; padding-left: 3px; height: 50px; } |
... | ... | |
26 | 26 |
.menu a, .menu a:link, .menu a:active, .menu a:visited { border-bottom: 0; padding: 7px 11px 9px 11px; color: #fff; } |
27 | 27 |
.menu a:hover { color: #fff; background: #fff url(images/menuo.png); background-repeat: repeat-x; text-decoration: none; } |
28 | 28 |
.note { color: #666666; font-size: 10px; } |
29 |
.page_list {width:100%;} |
|
29 | 30 |
.pages_list .icon_col td img { border-style: none; float: left; padding-right: 7px; display: block; } |
30 | 31 |
.pages_list table { width: 100%; margin: 0 auto; background-color: #DCDCDC; } |
31 | 32 |
.pages_list ul { margin: 0; padding: 0px; font-weight: normal; } |
branches/2.8.x/wb/templates/argos_theme/templates/access.htt | ||
---|---|---|
1 |
<!-- BEGIN main_block --> |
|
2 |
<h2>{ACCESS}</h2> |
|
3 |
<table cellpadding="0" cellspacing="0" border="0" width="99%" align="center"> |
|
4 |
<tr> |
|
5 |
<td align="center" valign="top"> |
|
6 |
<!-- BEGIN users_block --> |
|
7 |
<table cellpadding="0" cellspacing="0" border="0" class="section" {DISPLAY_USERS} > |
|
8 |
<tr> |
|
9 |
<td class="graphic" align="center" valign="top" rowspan="2"> |
|
10 |
<a href="{ADMIN_URL}/users/index.php"><img src="{THEME_URL}/icons/users.png" alt="{USERS}" /></a> |
|
11 |
</td> |
|
12 |
<td class="description" valign="top"> |
|
13 |
<a href="{ADMIN_URL}/users/index.php"><div class="title">{USERS}</div></a>{USERS_OVERVIEW} |
|
14 |
</td> |
|
15 |
</tr> |
|
16 |
</table> |
|
17 |
<!-- END users_block --> |
|
18 |
<!-- BEGIN groups_block --> |
|
19 |
<table cellpadding="0" cellspacing="0" border="0" class="section" {DISPLAY_GROUPS} > |
|
20 |
<tr> |
|
21 |
<td class="graphic" align="center" valign="top" rowspan="2"> |
|
22 |
<a href="{ADMIN_URL}/groups/index.php"><img src="{THEME_URL}/icons/groups.png" alt="{GROUPS}" /></a> |
|
23 |
</td> |
|
24 |
<td class="description" valign="top"> |
|
25 |
<a href="{ADMIN_URL}/groups/index.php"><div class="title">{GROUPS}</div></a>{GROUPS_OVERVIEW} |
|
26 |
</td> |
|
27 |
</tr> |
|
28 |
</table> |
|
29 |
<!-- END groups_block --> |
|
30 |
</td> |
|
31 |
</tr> |
|
32 |
</table> |
|
33 |
<!-- END main_block --> |
|
1 |
<!-- BEGIN main_block --> |
|
2 |
<h2>{ACCESS}</h2> |
|
3 |
<table cellpadding="0" cellspacing="0" border="0" width="99%" align="center"> |
|
4 |
<tr> |
|
5 |
<td align="center" valign="top"> |
|
6 |
<!-- BEGIN users_block --> |
|
7 |
<table cellpadding="0" cellspacing="0" border="0" class="section" {DISPLAY_USERS} > |
|
8 |
<tr> |
|
9 |
<td class="graphic" align="center" valign="top" rowspan="2"> |
|
10 |
<a href="{ADMIN_URL}/users/index.php"><img src="{THEME_URL}/icons/users.png" alt="{USERS}" /></a> |
|
11 |
</td> |
|
12 |
<td class="description" valign="top"> |
|
13 |
<a href="{ADMIN_URL}/users/index.php"><span class="title">{USERS}</span></a><p>{USERS_OVERVIEW}</p> |
|
14 |
</td> |
|
15 |
</tr> |
|
16 |
</table> |
|
17 |
<!-- END users_block --> |
|
18 |
<!-- BEGIN groups_block --> |
|
19 |
<table cellpadding="0" cellspacing="0" border="0" class="section" {DISPLAY_GROUPS} > |
|
20 |
<tr> |
|
21 |
<td class="graphic" align="center" valign="top" rowspan="2"> |
|
22 |
<a href="{ADMIN_URL}/groups/index.php"><img src="{THEME_URL}/icons/groups.png" alt="{GROUPS}" /></a> |
|
23 |
</td> |
|
24 |
<td class="description" valign="top"> |
|
25 |
<a href="{ADMIN_URL}/groups/index.php"><span class="title">{GROUPS}</span></a><p>{GROUPS_OVERVIEW}</p> |
|
26 |
</td> |
|
27 |
</tr> |
|
28 |
</table> |
|
29 |
<!-- END groups_block --> |
|
30 |
</td> |
|
31 |
</tr> |
|
32 |
</table> |
|
33 |
<!-- END main_block --> |
branches/2.8.x/wb/templates/argos_theme/templates/addons.htt | ||
---|---|---|
21 | 21 |
<table cellpadding="0" cellspacing="0" border="0" class="section" {DISPLAY_TEMPLATES} > |
22 | 22 |
<tr> |
23 | 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>
|
|
24 |
<td class="description" valign="top"><a href="{ADMIN_URL}/templates/index.php"><span class="title">{TEMPLATES}</span></a><p>{TEMPLATES_OVERVIEW}</p></td>
|
|
25 | 25 |
</tr> |
26 | 26 |
</table> |
27 | 27 |
<!-- END templates_block --> |
... | ... | |
29 | 29 |
<table cellpadding="0" cellspacing="0" border="0" class="section" {DISPLAY_LANGUAGES} > |
30 | 30 |
<tr> |
31 | 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>
|
|
32 |
<td class="description" valign="top"> <a href="{ADMIN_URL}/languages/index.php"><span class="title">{LANGUAGES}</span></a><p>{LANGUAGES_OVERVIEW}</p></td>
|
|
33 | 33 |
</tr> |
34 | 34 |
</table> |
35 | 35 |
<!-- END languages_block --> |
branches/2.8.x/wb/templates/argos_theme/templates/pages_settings.htt | ||
---|---|---|
43 | 43 |
</ul> |
44 | 44 |
</td> |
45 | 45 |
<td rowspan="10" valign="top" style="padding:8px 0 0 20px;"> |
46 |
<div id="allowed_viewers" style="display:{DISPLAY_VIEWERS};">
|
|
46 |
<div id="allowed_viewers" style="{DISPLAY_VIEWERS}">
|
|
47 | 47 |
{TEXT_ALLOWED_VIEWERS}: |
48 | 48 |
<ul style="list-style-type:none;margin:0;padding:0;"> |
49 | 49 |
<!-- BEGIN group_list_block2 --> |
... | ... | |
59 | 59 |
<tr> |
60 | 60 |
<td width="100" height="20">{TEXT_MENU_TITLE}:</td> |
61 | 61 |
<td width="240" height="20"> |
62 |
<input type="text" name="menu_title" value="{MENU_TITLE}" style="width:232px;" /> |
|
62 |
<input type="text" name="menu_title" value="{MENU_TITLE}" style="width: 232px;" />
|
|
63 | 63 |
</td> |
64 | 64 |
</tr> |
65 | 65 |
<tr> |
66 | 66 |
<td width="100">{TEXT_PARENT}:</td> |
67 | 67 |
<td width="240"> |
68 |
<select name="parent" style="width:240px;" onChange="return disabled_hack_for_ie(this);">
|
|
68 |
<select name="parent" style="width: 240px;" onchange="return disabled_hack_for_ie(this);">
|
|
69 | 69 |
<!-- BEGIN page_list_block2 --> |
70 | 70 |
<option value="{ID}"{SELECTED} style="background: {FLAG_ROOT_ICON} no-repeat center left; padding-left: 20px;">{TITLE}</option> |
71 | 71 |
<!-- END page_list_block2 --> |
... | ... | |
75 | 75 |
<tr> |
76 | 76 |
<td width="100">{TEXT_VISIBILITY}:</td> |
77 | 77 |
<td width="240"> |
78 |
<select name="visibility" onChange="javascript: toggle_viewers();" style="width:240px;">
|
|
78 |
<select name="visibility" onchange="javascript: toggle_viewers();" style="width: 240px;">
|
|
79 | 79 |
<option value="public"{PUBLIC_SELECTED}>{TEXT_PUBLIC}</option> |
80 | 80 |
<option value="private"{PRIVATE_SELECTED}>{TEXT_PRIVATE}</option> |
81 | 81 |
<option value="registered"{REGISTERED_SELECTED}>{TEXT_REGISTERED}</option> |
Also available in: Unified diff
Ticket #923 argos_theme: Always Allowed Viewers in page_settings
css width fix for pagetree to show in IE7