File Attachment:
File Name:
index.txtFile Size: 17 KB
Version 2.00+ Build 130206
I'm modifying the bluengrey template that comes with LS and have attached a txt file with the page's source code.
Screen: Question Page
question.pstpl src:
<li {QUESTION_ESSENTIALS} class="{QUESTION_CLASS}{QUESTION_MAN_CLASS}{QUESTION_INPUT_ERROR_CLASS}">
<label>
<!--
<span class="qnumcode">{QUESTION_NUMBER} {QUESTION_CODE} </span>
//-->
<span class="asterisk">{QUESTION_MANDATORY}</span>{QUESTION_TEXT}
</label>
<!-- <span class="questionhelp">{QUESTION_HELP}</span> //-->
{QUESTION_MAN_MESSAGE}
{QUESTION_VALID_MESSAGE}
{QUESTION_FILE_VALID_MESSAGE}
{ANSWER}
<!--
<div class="survey-question-help">
{QUESTIONHELP}
</div>
//-->
</li>
Thanks again - I really appreciate the help.