Revision 397
Added by Matthias almost 18 years ago
trunk/CHANGELOG | ||
---|---|---|
11 | 11 |
! = Update/Change |
12 | 12 |
|
13 | 13 |
------------------------------------- 2.6.5 ------------------------------------- |
14 |
23-Dez-2006 Matthias Gallas |
|
15 |
# Fixed problem with Page Title has to be escaped (#287) |
|
16 |
# Fixed the possibility to call the index.php of the templates directly in the browser (#291) |
|
14 | 17 |
21-Dez-2006 Matthias Gallas |
15 | 18 |
# Fixed missing message when adding a site without page title (#300) |
16 | 19 |
21-Dez-2006 Ryan Djurovich |
trunk/wb/admin/pages/settings.html | ||
---|---|---|
110 | 110 |
{TEXT_TARGET}: |
111 | 111 |
</td> |
112 | 112 |
<td> |
113 |
<select name="target" style="WIDTH: 100%;" value="{TARGET}" />
|
|
113 |
<select name="target" style="width: 240px;" value="{TARGET}" />
|
|
114 | 114 |
<option value="_blank"{BLANK_SELECTED}>{TEXT_NEW_WINDOW}</option> |
115 | 115 |
<option value="_self"{SELF_SELECTED}>{TEXT_SAME_WINDOW}</option> |
116 | 116 |
<option value="_top"{TOP_SELECTED}>{TEXT_TOP_FRAME}</option> |
Also available in: Unified diff
Fixed a small IE layout issue in admin
Actualized CHANGELOG