Source
Source Code of This Project
Actions
- Download source code
-
Browse source code
- apps
- lib
- filter
- form
- helper
- model
- task
- validator
- widget
- test
- LICENSE
- README
Source Code of This Project
/apps/frontend/templates/_scrollCheckBox.php
<?php $checked = (true == $sf_context->get('scrollSet')) ? 'checked="checked"' : '' ?>
<?php $isEnabled = (true == $sf_context->get('scrollSet')) ? ' is enabled' : ' is disabled' ?>
<input id="scrollSetCheckBox" type="checkbox" <?php echo $checked ?> /> ScrollSet <?php echo $isEnabled ?>