To participate you must create an account on apostrophenow.org. If you have already done so, click Login.
Changeset 419
- Timestamp:
- 02/18/10 15:42:33 (3 years ago)
- Author:
- johnnyoffline
- Message:
-
- Location:
- plugins/apostropheFormBuilderPlugin/trunk
- Files:
-
Legend:
- Unmodified
- Added
- Removed
-
|
r418
|
r419
|
|
| 1 | | <?php echo $pos ?> of <?php echo count($aForm->aFormLayouts) ?> |
| | 1 | <?php slot('body_class','a-form-builder filling-out') ?> |
| | 2 | |
| | 3 | <?php slot('a-page-title', '<span>Form Builder :</span> Filling Out Survey') ?> |
| | 4 | |
| | 5 | <h4><span><em>Question <?php echo $pos ?> </em> of <?php echo count($aForm->aFormLayouts) ?></span></h4> |
| 2 | 6 | |
| 3 | 7 | <?php echo form_tag('@a_form_submission_sequence?id='.$aFormSubmission->getId().'&form_id='.$aForm->getId().'&layout_rank='.($aFormLayout->getRank())); ?> |
| … |
… |
|
| 8 | 12 | </ul> |
| 9 | 13 | |
| 10 | | <input type="submit" ?> |
| | 14 | <input type="submit" class="a-submit" name="submit" /> |
-
|
r415
|
r419
|
|
| 536 | 536 | /* Styling the Yes No Widget */ |
| 537 | 537 | |
| 538 | | .a-form-builder .a-form-row .a-form-field.yesNo .radio_list li |
| 539 | | { |
| 540 | | margin: 0; |
| 541 | | } |
| 542 | | |
| 543 | | .a-form-builder .a-form-row .a-form-field.yesNo .radio_list.filling-out input, |
| 544 | | .a-form-builder .a-form-row .a-form-field.yesNo .radio_list.filling-out label |
| | 538 | .a-form-field.yesNo .radio_list input, |
| | 539 | .a-form-field.yesNo .radio_list label |
| 545 | 540 | { |
| 546 | 541 | display: none; |
| 547 | 542 | } |
| 548 | 543 | |
| 549 | | |
| | 544 | .a-form-builder .a-form-field.yesNo .radio_list li |
| | 545 | { |
| | 546 | width: auto; |
| | 547 | margin: 0 20px 0 0; |
| | 548 | } |
| | 549 | |
| | 550 | .a-form-builder.filling-out .a-form-field.yesNo .radio_list |
| | 551 | { |
| | 552 | float: left; |
| | 553 | clear: both; |
| | 554 | width: 100%; |
| | 555 | } |
| | 556 | |
| | 557 | .a-form-builder.filling-out .a-form-field.yesNo .radio_list li |
| | 558 | { |
| | 559 | float: left; |
| | 560 | } |
| | 561 | |
| | 562 | |
| | 563 | /* Filling Out - sequenceSuccess */ |
| | 564 | |
| | 565 | .filling-out .a-form-field label |
| | 566 | { |
| | 567 | font-size: 24px; |
| | 568 | width: 100%; |
| | 569 | } |
Download in other formats: