Revision 1803
Added by Luisehahne about 13 years ago
| branches/2.8.x/CHANGELOG | ||
|---|---|---|
| 13 | 13 |
|
| 14 | 14 |
|
| 15 | 15 |
|
| 16 |
01 Nov-2012 Build 1803 Dietmar Woellbrink (Luisehahne) |
|
| 17 |
! update submission form with designer friendly css classes |
|
| 16 | 18 |
31 Oct-2012 Build 1802 Dietmar Woellbrink (Luisehahne) |
| 17 | 19 |
! change installation info "Please rename to config.php" |
| 18 | 20 |
31 Oct-2012 Build 1801 Dietmar Woellbrink (Luisehahne) |
| branches/2.8.x/wb/admin/interface/version.php | ||
|---|---|---|
| 51 | 51 |
|
| 52 | 52 |
// check if defined to avoid errors during installation (redirect to admin panel fails if PHP error/warnings are enabled) |
| 53 | 53 |
if(!defined('VERSION')) define('VERSION', '2.8.3');
|
| 54 |
if(!defined('REVISION')) define('REVISION', '1802');
|
|
| 54 |
if(!defined('REVISION')) define('REVISION', '1803');
|
|
| 55 | 55 |
if(!defined('SP')) define('SP', '');
|
| branches/2.8.x/wb/modules/form/htt/submessage.htt | ||
|---|---|---|
| 7 | 7 |
</div> |
| 8 | 8 |
|
| 9 | 9 |
<table class="frm-submission print-email"> |
| 10 |
<tr> |
|
| 11 |
<td colspan="2">{SUCCESS_EMAIL_TEXT}</td>
|
|
| 12 |
</tr> |
|
| 13 |
<tr> |
|
| 14 |
<td colspan="2"><p class="frm-warning {NIX_HIER}">{SUCCESS_PRINT}</p></td>
|
|
| 15 |
</tr> |
|
| 10 |
<thead> |
|
| 11 |
<tr class="frm-thankyou"> |
|
| 12 |
<td colspan="2">{SUCCESS_EMAIL_TEXT}</td>
|
|
| 13 |
</tr> |
|
| 14 |
</thead> |
|
| 15 |
<tbody class="frm-tbody"> |
|
| 16 |
<tr class="frm-warning"> |
|
| 17 |
<td colspan="2"><p class="{NIX_HIER}">{SUCCESS_PRINT}</p></td>
|
|
| 18 |
</tr> |
|
| 16 | 19 |
|
| 17 |
<tr> |
|
| 18 |
<td>{TEXT_SUBMISSION_ID}:</td>
|
|
| 19 |
<td>{submission_submission_id}</td>
|
|
| 20 |
</tr> |
|
| 21 |
<tr> |
|
| 22 |
<td>{TEXT_SUBMITTED}:</td>
|
|
| 23 |
<td>{submission_submitted_when}</td>
|
|
| 24 |
</tr> |
|
| 25 |
<tr> |
|
| 26 |
<td>{TEXT_USER}:</td>
|
|
| 27 |
<td>{user_display_name} ({user_username})</td>
|
|
| 28 |
</tr> |
|
| 29 |
<tr> |
|
| 30 |
<td colspan="2"><hr /></td> |
|
| 31 |
</tr> |
|
| 32 |
<tr> |
|
| 33 |
<td colspan="2">{submission_body}</td>
|
|
| 34 |
</tr> |
|
| 20 |
<tr class="frm-submission_submission_id"> |
|
| 21 |
<td>{TEXT_SUBMISSION_ID}:</td>
|
|
| 22 |
<td>{submission_submission_id}</td>
|
|
| 23 |
</tr> |
|
| 24 |
<tr class="frm-submission_submitted_when"> |
|
| 25 |
<td>{TEXT_SUBMITTED}:</td>
|
|
| 26 |
<td>{submission_submitted_when}</td>
|
|
| 27 |
</tr> |
|
| 28 |
<tr class="frm-user_display_name"> |
|
| 29 |
<td>{TEXT_USER}:</td>
|
|
| 30 |
<td>{user_display_name} ({user_username})</td>
|
|
| 31 |
</tr> |
|
| 32 |
<tr class="frm-hr"> |
|
| 33 |
<td colspan="2"><hr /></td> |
|
| 34 |
</tr> |
|
| 35 |
<tr class="frm-submission_body"> |
|
| 36 |
<td colspan="2">{submission_body}</td>
|
|
| 37 |
</tr> |
|
| 38 |
</tbody> |
|
| 35 | 39 |
</table> |
| 36 | 40 |
|
| 37 | 41 |
<!-- END main_block --> |
| branches/2.8.x/wb/modules/form/frontend.css | ||
|---|---|---|
| 18 | 18 |
.frm-note { background :#eeffee; border :0.2em #448844 solid; color :#004400; margin-bottom :1em; padding :0.8em; font-size :1.2em; font-weight :bold; }
|
| 19 | 19 |
.previewPrintTop { text-align :right; font-size :0.9em; }
|
| 20 | 20 |
.previewPrintTop img { padding-left :16px; }
|
| 21 |
fieldset { border :none; }
|
|
| 21 |
fieldset { border :none; }
|
|
| 22 |
.frm-thankyou { font-size :1em; }
|
|
| 23 |
.frm-tbody { }
|
|
Also available in: Unified diff
! update submission form with designer friendly css classes