Revision 1410
Added by FrankH almost 14 years ago
- Bugfix for build 1409
branches/2.8.x/CHANGELOG | ||
---|---|---|
11 | 11 |
! = Update/Change |
12 | 12 |
|
13 | 13 |
------------------------------------- 2.8.2 ------------------------------------- |
14 |
23 Jan-2011 Build 1410 Frank Heyne (FrankH) |
|
15 |
# Bugfix for build 1409 |
|
14 | 16 |
23 Jan-2011 Build 1409 Frank Heyne (FrankH) |
15 | 17 |
+ Ticket 1058 added warn_page_leave (currently only in wysiwyg) |
16 | 18 |
23 Jan-2011 Build 1408 Werner v.d.Decken(DarkViper) |
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.2.RC5'); |
55 |
if(!defined('REVISION')) define('REVISION', '1409');
|
|
55 |
if(!defined('REVISION')) define('REVISION', '1410');
|
|
56 | 56 |
|
57 | 57 |
?> |
branches/2.8.x/wb/templates/wb_theme/templates/settings.htt | ||
---|---|---|
137 | 137 |
<td class="setting_name">{TEXT_WARN_PAGE_LEAVE}:</td> |
138 | 138 |
<td class="setting_value" colspan="2"> |
139 | 139 |
<input type="radio" name="warn_page_leave" id="warn_page_leave_true" style="width: 14px; height: 14px;" value="true"{WARN_PAGE_LEAVE_ENABLED} /> |
140 |
<label for="smart_login_true">{TEXT_ENABLED}</label>
|
|
140 |
<label for="warn_page_leave_true">{TEXT_ENABLED}</label>
|
|
141 | 141 |
<input type="radio" name="warn_page_leave" id="warn_page_leave_false" style="width: 14px; height: 14px;" value="false"{WARN_PAGE_LEAVE_DISABLED} /> |
142 |
<label for="smart_login_false">{TEXT_DISABLED}</label>
|
|
142 |
<label for="warn_page_leave_false">{TEXT_DISABLED}</label>
|
|
143 | 143 |
</td> |
144 | 144 |
</tr> |
145 | 145 |
<tr{DISPLAY_ADVANCED}> |
branches/2.8.x/wb/templates/argos_theme/templates/settings.htt | ||
---|---|---|
128 | 128 |
<td class="setting_name">{TEXT_WARN_PAGE_LEAVE}:</td> |
129 | 129 |
<td class="setting_value" colspan="2"> |
130 | 130 |
<input type="radio" name="warn_page_leave" id="warn_page_leave_true" style="width: 14px; height: 14px;" value="true"{WARN_PAGE_LEAVE_ENABLED} /> |
131 |
<label for="smart_login_true">{TEXT_ENABLED}</label>
|
|
131 |
<label for="warn_page_leave_true">{TEXT_ENABLED}</label>
|
|
132 | 132 |
<input type="radio" name="warn_page_leave" id="warn_page_leave_false" style="width: 14px; height: 14px;" value="false"{WARN_PAGE_LEAVE_DISABLED} /> |
133 |
<label for="smart_login_false">{TEXT_DISABLED}</label>
|
|
133 |
<label for="warn_page_leave_false">{TEXT_DISABLED}</label>
|
|
134 | 134 |
</td> |
135 | 135 |
</tr> |
136 | 136 |
<tr{DISPLAY_ADVANCED}> |
Also available in: Unified diff