moved Survey content from WebGUI.pm into Survey.pm
This commit is contained in:
parent
fc55e228f8
commit
2ea49207f4
2 changed files with 287 additions and 289 deletions
|
|
@ -711,6 +711,291 @@ If you leave this set at its default, then you will add a question directly afte
|
||||||
context=>q|This message is displayed when a user is trying to delete the last answer from a survey question.|
|
context=>q|This message is displayed when a user is trying to delete the last answer from a survey question.|
|
||||||
},
|
},
|
||||||
|
|
||||||
|
'1087' => {
|
||||||
|
message => q|Gradebook Report Template|,
|
||||||
|
lastUpdated => 1078513217
|
||||||
|
},
|
||||||
|
|
||||||
|
'1088' => {
|
||||||
|
message => q|The following template variables are available in the survey's gradebook report:
|
||||||
|
<p>
|
||||||
|
|
||||||
|
<b>title</b><br>
|
||||||
|
The default title of the report.
|
||||||
|
<p>
|
||||||
|
|
||||||
|
<b>question.count</b><br>
|
||||||
|
The number of questions in the survey.
|
||||||
|
<p>
|
||||||
|
|
||||||
|
<b>response.user.label</b><br>
|
||||||
|
The default label for response.user.name.
|
||||||
|
<p>
|
||||||
|
|
||||||
|
<b>response.count.label</b><br>
|
||||||
|
The default label for response.count.correct.
|
||||||
|
<p>
|
||||||
|
|
||||||
|
<b>response.percent.label</b><br>
|
||||||
|
The default label for response.percent.
|
||||||
|
<p>
|
||||||
|
|
||||||
|
<b>response_loop</b><br>
|
||||||
|
A loop containing a list of responses.
|
||||||
|
<p>
|
||||||
|
|
||||||
|
<blockquote>
|
||||||
|
|
||||||
|
<b>response.url</b><br>
|
||||||
|
The URL to view this response.
|
||||||
|
<p>
|
||||||
|
|
||||||
|
<b>response.user.name</b><br>
|
||||||
|
The username of the user that gave this response.
|
||||||
|
<p>
|
||||||
|
|
||||||
|
<b>response.count.correct</b><br>
|
||||||
|
The total number of questions that this user got correct.
|
||||||
|
<p>
|
||||||
|
|
||||||
|
<b>response.percent</b><br>
|
||||||
|
The percentage of correct questions.
|
||||||
|
<p>
|
||||||
|
|
||||||
|
</blockquote>|,
|
||||||
|
lastUpdated => 1078513217
|
||||||
|
},
|
||||||
|
|
||||||
|
'1089' => {
|
||||||
|
message => q|Survey Response Template|,
|
||||||
|
lastUpdated => 1078515839
|
||||||
|
},
|
||||||
|
|
||||||
|
'1090' => {
|
||||||
|
message => q|The following are the variables available to display the individual response.
|
||||||
|
<p>
|
||||||
|
|
||||||
|
<b>title</b><br>
|
||||||
|
The default title for this report.
|
||||||
|
<p>
|
||||||
|
|
||||||
|
<b>delete.url</b><br>
|
||||||
|
The URL to delete this response.
|
||||||
|
<p>
|
||||||
|
|
||||||
|
<b>delete.label</b><br>
|
||||||
|
The default label for delete.url.
|
||||||
|
<p>
|
||||||
|
|
||||||
|
<b>start.date.label</b><br>
|
||||||
|
The default label for start.date.human.
|
||||||
|
<p>
|
||||||
|
|
||||||
|
<b>start.date.epoch</b><br>
|
||||||
|
The epoch representation of when the user started the survey response.
|
||||||
|
<p>
|
||||||
|
|
||||||
|
<b>start.date.human</b><br>
|
||||||
|
The human representation of the date when the user started the response.
|
||||||
|
<p>
|
||||||
|
|
||||||
|
<b>start.time.human</b><br>
|
||||||
|
The human representation of the time when the user started the response.
|
||||||
|
<p>
|
||||||
|
|
||||||
|
<b>end.date.label</b><br>
|
||||||
|
The default label for end.date.human.
|
||||||
|
<p>
|
||||||
|
|
||||||
|
|
||||||
|
<b>end.date.epoch</b><br>
|
||||||
|
The epoch representation of the date when the user completed this response.
|
||||||
|
<p>
|
||||||
|
|
||||||
|
<b>end.date.human</b><br>
|
||||||
|
The human representation of the date when the user completed this response.
|
||||||
|
<p>
|
||||||
|
|
||||||
|
<b>end.time.human</b><br>
|
||||||
|
The human representation of the time when the user completed this response.
|
||||||
|
<p>
|
||||||
|
|
||||||
|
<b>duration.label</b><br>
|
||||||
|
The default label for the duration.
|
||||||
|
<p>
|
||||||
|
|
||||||
|
<b>duration.minutes</b><br>
|
||||||
|
The number of minutes it took to complete the survey.
|
||||||
|
<p>
|
||||||
|
|
||||||
|
<b>duration.minutes.label</b><br>
|
||||||
|
A label for "minutes".
|
||||||
|
<p>
|
||||||
|
|
||||||
|
|
||||||
|
<b>duration.seconds</b><br>
|
||||||
|
The remainder seconds the duration.minutes calculations.
|
||||||
|
<p>
|
||||||
|
|
||||||
|
<b>duration.seconds.label</b><br>
|
||||||
|
A label for "seconds".
|
||||||
|
<p>
|
||||||
|
|
||||||
|
|
||||||
|
<b>answer.label</b><br>
|
||||||
|
The default label for question.answer.
|
||||||
|
<p>
|
||||||
|
|
||||||
|
|
||||||
|
<b>response.label</b><br>
|
||||||
|
The default label for question.label.
|
||||||
|
<p>
|
||||||
|
|
||||||
|
<b>comment.label</b><br>
|
||||||
|
The default label for question.comment.
|
||||||
|
<p>
|
||||||
|
|
||||||
|
<b>question_loop</b><br>
|
||||||
|
A loop that includes the list of questions in this response.
|
||||||
|
<p>
|
||||||
|
|
||||||
|
<blockquote>
|
||||||
|
|
||||||
|
<b>question</b><br>
|
||||||
|
The question itself.
|
||||||
|
<p>
|
||||||
|
|
||||||
|
<b>question.id</b><br>
|
||||||
|
The unique identifier for this question.
|
||||||
|
<p>
|
||||||
|
|
||||||
|
<b>question.isRadioList</b><br>
|
||||||
|
A boolean indicating whether this question's answers are a radio list.
|
||||||
|
<p>
|
||||||
|
|
||||||
|
<b>question.response</b><br>
|
||||||
|
The user's response to this question.
|
||||||
|
<p>
|
||||||
|
|
||||||
|
<b>question.comment</b><br>
|
||||||
|
The user's comment on this question (if any).
|
||||||
|
<p>
|
||||||
|
|
||||||
|
<b>question.isCorrect</b><br>
|
||||||
|
A boolean indicating whether the user got this question correct.
|
||||||
|
<p>
|
||||||
|
|
||||||
|
|
||||||
|
<b>question.answer</b><br>
|
||||||
|
The correct answer for this question.
|
||||||
|
<p>
|
||||||
|
|
||||||
|
|
||||||
|
</blockquote>|,
|
||||||
|
lastUpdated => 1078515839
|
||||||
|
},
|
||||||
|
|
||||||
|
'1091' => {
|
||||||
|
message => q|Statistical Overview Report Template|,
|
||||||
|
lastUpdated => 1078517114
|
||||||
|
},
|
||||||
|
|
||||||
|
'1092' => {
|
||||||
|
message => q|The following are the variables available in this template:
|
||||||
|
<p>
|
||||||
|
|
||||||
|
<b>title</b><br>
|
||||||
|
The default title for this report.
|
||||||
|
<p>
|
||||||
|
|
||||||
|
<b>answer.label</b><br>
|
||||||
|
The default label for answer_loop.
|
||||||
|
<p>
|
||||||
|
|
||||||
|
<b>response.count.label</b><br>
|
||||||
|
The default label for response.count.
|
||||||
|
<p>
|
||||||
|
|
||||||
|
<b>response.percent.label</b><br>
|
||||||
|
The default label for response.percent.
|
||||||
|
<p>
|
||||||
|
|
||||||
|
<b>show.responses.label</b><br>
|
||||||
|
The default label that will display responses.
|
||||||
|
<p>
|
||||||
|
|
||||||
|
<b>show.comments.label</b><br>
|
||||||
|
The default label that will display comments.
|
||||||
|
<p>
|
||||||
|
|
||||||
|
<b>question_loop</b><br>
|
||||||
|
A loop containing questions.
|
||||||
|
<p>
|
||||||
|
|
||||||
|
<blockquote>
|
||||||
|
|
||||||
|
<b>question</b><br>
|
||||||
|
The question itself.
|
||||||
|
<p>
|
||||||
|
|
||||||
|
<b>question.id</b><br>
|
||||||
|
The unique identifier for this question.
|
||||||
|
<p>
|
||||||
|
|
||||||
|
<b>question.isRadioList</b><br>
|
||||||
|
A boolean indicating whether the answer for this question is a radio list.
|
||||||
|
<p>
|
||||||
|
|
||||||
|
<b>question.response.total</b><br>
|
||||||
|
The total number of responses for this answer.
|
||||||
|
<p>
|
||||||
|
|
||||||
|
<b>question.allowComment</b><br>
|
||||||
|
A boolean indicating whether this question allows comments.
|
||||||
|
<p>
|
||||||
|
|
||||||
|
<b>answer_loop</b><br>
|
||||||
|
A loop containing the answers and responses for this question.
|
||||||
|
<p>
|
||||||
|
<blockquote>
|
||||||
|
|
||||||
|
<b>answer.isCorrect</b><br>
|
||||||
|
A boolean indicating whether this answer is marked correct.
|
||||||
|
<p>
|
||||||
|
|
||||||
|
<b>answer</b><br>
|
||||||
|
The answer itself.
|
||||||
|
<p>
|
||||||
|
|
||||||
|
<b>answer.response.count</b><br>
|
||||||
|
The total number of responses given for this answer.
|
||||||
|
<p>
|
||||||
|
|
||||||
|
<b>answer.response.percent</b><br>
|
||||||
|
The percent of responses to this question that went to this answer.
|
||||||
|
<p>
|
||||||
|
|
||||||
|
|
||||||
|
<b>comment_loop</b><br>
|
||||||
|
A loop that contains all of the comments for this answer.
|
||||||
|
<p>
|
||||||
|
|
||||||
|
<blockquote>
|
||||||
|
<b>answer.comment</b><br>
|
||||||
|
A comment.
|
||||||
|
<p>
|
||||||
|
|
||||||
|
|
||||||
|
</blockquote>
|
||||||
|
|
||||||
|
</blockquote>
|
||||||
|
|
||||||
|
|
||||||
|
</blockquote>|,
|
||||||
|
lastUpdated => 1078517114
|
||||||
|
},
|
||||||
|
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
1;
|
1;
|
||||||
|
|
|
||||||
|
|
@ -536,130 +536,6 @@ Select a file from your hard drive to upload.
|
||||||
lastUpdated => 1056151382
|
lastUpdated => 1056151382
|
||||||
},
|
},
|
||||||
|
|
||||||
'1090' => {
|
|
||||||
message => q|The following are the variables available to display the individual response.
|
|
||||||
<p>
|
|
||||||
|
|
||||||
<b>title</b><br>
|
|
||||||
The default title for this report.
|
|
||||||
<p>
|
|
||||||
|
|
||||||
<b>delete.url</b><br>
|
|
||||||
The URL to delete this response.
|
|
||||||
<p>
|
|
||||||
|
|
||||||
<b>delete.label</b><br>
|
|
||||||
The default label for delete.url.
|
|
||||||
<p>
|
|
||||||
|
|
||||||
<b>start.date.label</b><br>
|
|
||||||
The default label for start.date.human.
|
|
||||||
<p>
|
|
||||||
|
|
||||||
<b>start.date.epoch</b><br>
|
|
||||||
The epoch representation of when the user started the survey response.
|
|
||||||
<p>
|
|
||||||
|
|
||||||
<b>start.date.human</b><br>
|
|
||||||
The human representation of the date when the user started the response.
|
|
||||||
<p>
|
|
||||||
|
|
||||||
<b>start.time.human</b><br>
|
|
||||||
The human representation of the time when the user started the response.
|
|
||||||
<p>
|
|
||||||
|
|
||||||
<b>end.date.label</b><br>
|
|
||||||
The default label for end.date.human.
|
|
||||||
<p>
|
|
||||||
|
|
||||||
|
|
||||||
<b>end.date.epoch</b><br>
|
|
||||||
The epoch representation of the date when the user completed this response.
|
|
||||||
<p>
|
|
||||||
|
|
||||||
<b>end.date.human</b><br>
|
|
||||||
The human representation of the date when the user completed this response.
|
|
||||||
<p>
|
|
||||||
|
|
||||||
<b>end.time.human</b><br>
|
|
||||||
The human representation of the time when the user completed this response.
|
|
||||||
<p>
|
|
||||||
|
|
||||||
<b>duration.label</b><br>
|
|
||||||
The default label for the duration.
|
|
||||||
<p>
|
|
||||||
|
|
||||||
<b>duration.minutes</b><br>
|
|
||||||
The number of minutes it took to complete the survey.
|
|
||||||
<p>
|
|
||||||
|
|
||||||
<b>duration.minutes.label</b><br>
|
|
||||||
A label for "minutes".
|
|
||||||
<p>
|
|
||||||
|
|
||||||
|
|
||||||
<b>duration.seconds</b><br>
|
|
||||||
The remainder seconds the duration.minutes calculations.
|
|
||||||
<p>
|
|
||||||
|
|
||||||
<b>duration.seconds.label</b><br>
|
|
||||||
A label for "seconds".
|
|
||||||
<p>
|
|
||||||
|
|
||||||
|
|
||||||
<b>answer.label</b><br>
|
|
||||||
The default label for question.answer.
|
|
||||||
<p>
|
|
||||||
|
|
||||||
|
|
||||||
<b>response.label</b><br>
|
|
||||||
The default label for question.label.
|
|
||||||
<p>
|
|
||||||
|
|
||||||
<b>comment.label</b><br>
|
|
||||||
The default label for question.comment.
|
|
||||||
<p>
|
|
||||||
|
|
||||||
<b>question_loop</b><br>
|
|
||||||
A loop that includes the list of questions in this response.
|
|
||||||
<p>
|
|
||||||
|
|
||||||
<blockquote>
|
|
||||||
|
|
||||||
<b>question</b><br>
|
|
||||||
The question itself.
|
|
||||||
<p>
|
|
||||||
|
|
||||||
<b>question.id</b><br>
|
|
||||||
The unique identifier for this question.
|
|
||||||
<p>
|
|
||||||
|
|
||||||
<b>question.isRadioList</b><br>
|
|
||||||
A boolean indicating whether this question's answers are a radio list.
|
|
||||||
<p>
|
|
||||||
|
|
||||||
<b>question.response</b><br>
|
|
||||||
The user's response to this question.
|
|
||||||
<p>
|
|
||||||
|
|
||||||
<b>question.comment</b><br>
|
|
||||||
The user's comment on this question (if any).
|
|
||||||
<p>
|
|
||||||
|
|
||||||
<b>question.isCorrect</b><br>
|
|
||||||
A boolean indicating whether the user got this question correct.
|
|
||||||
<p>
|
|
||||||
|
|
||||||
|
|
||||||
<b>question.answer</b><br>
|
|
||||||
The correct answer for this question.
|
|
||||||
<p>
|
|
||||||
|
|
||||||
|
|
||||||
</blockquote>|,
|
|
||||||
lastUpdated => 1078515839
|
|
||||||
},
|
|
||||||
|
|
||||||
'627' => {
|
'627' => {
|
||||||
message => q|Profiles are used to extend the information of a particular user. In some cases profiles are important to a site, in others they are not. The profiles system is completely extensible. You can add as much information to the users profile as you like.
|
message => q|Profiles are used to extend the information of a particular user. In some cases profiles are important to a site, in others they are not. The profiles system is completely extensible. You can add as much information to the users profile as you like.
|
||||||
<p>
|
<p>
|
||||||
|
|
@ -1448,11 +1324,6 @@ How should this user be notified when they get a new WebGUI message?
|
||||||
lastUpdated => 1031514049
|
lastUpdated => 1031514049
|
||||||
},
|
},
|
||||||
|
|
||||||
'1089' => {
|
|
||||||
message => q|Survey Response Template|,
|
|
||||||
lastUpdated => 1078515839
|
|
||||||
},
|
|
||||||
|
|
||||||
'558' => {
|
'558' => {
|
||||||
message => q|Edit User's Karma|,
|
message => q|Edit User's Karma|,
|
||||||
lastUpdated => 1031514049
|
lastUpdated => 1031514049
|
||||||
|
|
@ -2430,11 +2301,6 @@ will be modified to make it unique.|,
|
||||||
lastUpdated => 1052850265
|
lastUpdated => 1052850265
|
||||||
},
|
},
|
||||||
|
|
||||||
'1087' => {
|
|
||||||
message => q|Gradebook Report Template|,
|
|
||||||
lastUpdated => 1078513217
|
|
||||||
},
|
|
||||||
|
|
||||||
'810' => {
|
'810' => {
|
||||||
message => q|send|,
|
message => q|send|,
|
||||||
lastUpdated => 1037579743
|
lastUpdated => 1037579743
|
||||||
|
|
@ -2880,59 +2746,6 @@ One package that many people create is a Page/Article package. It is often the c
|
||||||
lastUpdated => 1031514049
|
lastUpdated => 1031514049
|
||||||
},
|
},
|
||||||
|
|
||||||
'1088' => {
|
|
||||||
message => q|The following template variables are available in the survey's gradebook report:
|
|
||||||
<p>
|
|
||||||
|
|
||||||
<b>title</b><br>
|
|
||||||
The default title of the report.
|
|
||||||
<p>
|
|
||||||
|
|
||||||
<b>question.count</b><br>
|
|
||||||
The number of questions in the survey.
|
|
||||||
<p>
|
|
||||||
|
|
||||||
<b>response.user.label</b><br>
|
|
||||||
The default label for response.user.name.
|
|
||||||
<p>
|
|
||||||
|
|
||||||
<b>response.count.label</b><br>
|
|
||||||
The default label for response.count.correct.
|
|
||||||
<p>
|
|
||||||
|
|
||||||
<b>response.percent.label</b><br>
|
|
||||||
The default label for response.percent.
|
|
||||||
<p>
|
|
||||||
|
|
||||||
<b>response_loop</b><br>
|
|
||||||
A loop containing a list of responses.
|
|
||||||
<p>
|
|
||||||
|
|
||||||
<blockquote>
|
|
||||||
|
|
||||||
<b>response.url</b><br>
|
|
||||||
The URL to view this response.
|
|
||||||
<p>
|
|
||||||
|
|
||||||
<b>response.user.name</b><br>
|
|
||||||
The username of the user that gave this response.
|
|
||||||
<p>
|
|
||||||
|
|
||||||
<b>response.count.correct</b><br>
|
|
||||||
The total number of questions that this user got correct.
|
|
||||||
<p>
|
|
||||||
|
|
||||||
<b>response.percent</b><br>
|
|
||||||
The percentage of correct questions.
|
|
||||||
<p>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</blockquote>|,
|
|
||||||
lastUpdated => 1078513217
|
|
||||||
},
|
|
||||||
|
|
||||||
'575' => {
|
'575' => {
|
||||||
message => q|Edit|,
|
message => q|Edit|,
|
||||||
lastUpdated => 1031514049
|
lastUpdated => 1031514049
|
||||||
|
|
@ -3577,11 +3390,6 @@ The translated label for the link to the home page or the text that you supply t
|
||||||
lastUpdated => 1031514049
|
lastUpdated => 1031514049
|
||||||
},
|
},
|
||||||
|
|
||||||
'1091' => {
|
|
||||||
message => q|Statistical Overview Report Template|,
|
|
||||||
lastUpdated => 1078517114
|
|
||||||
},
|
|
||||||
|
|
||||||
'886' => {
|
'886' => {
|
||||||
message => q|Hide from navigation?|,
|
message => q|Hide from navigation?|,
|
||||||
lastUpdated => 1044727952
|
lastUpdated => 1044727952
|
||||||
|
|
@ -4950,101 +4758,6 @@ A list of links to the 10 nearest in the paginator relative to the current page.
|
||||||
lastUpdated => 1036892946
|
lastUpdated => 1036892946
|
||||||
},
|
},
|
||||||
|
|
||||||
'1092' => {
|
|
||||||
message => q|The following are the variables available in this template:
|
|
||||||
<p>
|
|
||||||
|
|
||||||
<b>title</b><br>
|
|
||||||
The default title for this report.
|
|
||||||
<p>
|
|
||||||
|
|
||||||
<b>answer.label</b><br>
|
|
||||||
The default label for answer_loop.
|
|
||||||
<p>
|
|
||||||
|
|
||||||
<b>response.count.label</b><br>
|
|
||||||
The default label for response.count.
|
|
||||||
<p>
|
|
||||||
|
|
||||||
<b>response.percent.label</b><br>
|
|
||||||
The default label for response.percent.
|
|
||||||
<p>
|
|
||||||
|
|
||||||
<b>show.responses.label</b><br>
|
|
||||||
The default label that will display responses.
|
|
||||||
<p>
|
|
||||||
|
|
||||||
<b>show.comments.label</b><br>
|
|
||||||
The default label that will display comments.
|
|
||||||
<p>
|
|
||||||
|
|
||||||
<b>question_loop</b><br>
|
|
||||||
A loop containing questions.
|
|
||||||
<p>
|
|
||||||
|
|
||||||
<blockquote>
|
|
||||||
|
|
||||||
<b>question</b><br>
|
|
||||||
The question itself.
|
|
||||||
<p>
|
|
||||||
|
|
||||||
<b>question.id</b><br>
|
|
||||||
The unique identifier for this question.
|
|
||||||
<p>
|
|
||||||
|
|
||||||
<b>question.isRadioList</b><br>
|
|
||||||
A boolean indicating whether the answer for this question is a radio list.
|
|
||||||
<p>
|
|
||||||
|
|
||||||
<b>question.response.total</b><br>
|
|
||||||
The total number of responses for this answer.
|
|
||||||
<p>
|
|
||||||
|
|
||||||
<b>question.allowComment</b><br>
|
|
||||||
A boolean indicating whether this question allows comments.
|
|
||||||
<p>
|
|
||||||
|
|
||||||
<b>answer_loop</b><br>
|
|
||||||
A loop containing the answers and responses for this question.
|
|
||||||
<p>
|
|
||||||
<blockquote>
|
|
||||||
|
|
||||||
<b>answer.isCorrect</b><br>
|
|
||||||
A boolean indicating whether this answer is marked correct.
|
|
||||||
<p>
|
|
||||||
|
|
||||||
<b>answer</b><br>
|
|
||||||
The answer itself.
|
|
||||||
<p>
|
|
||||||
|
|
||||||
<b>answer.response.count</b><br>
|
|
||||||
The total number of responses given for this answer.
|
|
||||||
<p>
|
|
||||||
|
|
||||||
<b>answer.response.percent</b><br>
|
|
||||||
The percent of responses to this question that went to this answer.
|
|
||||||
<p>
|
|
||||||
|
|
||||||
|
|
||||||
<b>comment_loop</b><br>
|
|
||||||
A loop that contains all of the comments for this answer.
|
|
||||||
<p>
|
|
||||||
|
|
||||||
<blockquote>
|
|
||||||
<b>answer.comment</b><br>
|
|
||||||
A comment.
|
|
||||||
<p>
|
|
||||||
|
|
||||||
|
|
||||||
</blockquote>
|
|
||||||
|
|
||||||
</blockquote>
|
|
||||||
|
|
||||||
|
|
||||||
</blockquote>|,
|
|
||||||
lastUpdated => 1078517114
|
|
||||||
},
|
|
||||||
|
|
||||||
'503' => {
|
'503' => {
|
||||||
message => q|Template ID|,
|
message => q|Template ID|,
|
||||||
lastUpdated => 1031514049
|
lastUpdated => 1031514049
|
||||||
|
|
@ -6855,7 +6568,7 @@ for this function to work properly.</p>
|
||||||
the current page. </p>
|
the current page. </p>
|
||||||
<p><b>Export as user<br>
|
<p><b>Export as user<br>
|
||||||
</b>Run the export as this user. Defaults to Visitor.</p>
|
</b>Run the export as this user. Defaults to Visitor.</p>
|
||||||
<p><b> Alternate style<br>
|
<p><b>Alternate style<br>
|
||||||
</b>Sets an alternate style for the export. If this option is set, all pages
|
</b>Sets an alternate style for the export. If this option is set, all pages
|
||||||
will be exported using the selected style. </p>
|
will be exported using the selected style. </p>
|
||||||
<p><b>Extras URL<br>
|
<p><b>Extras URL<br>
|
||||||
|
|
@ -6865,7 +6578,7 @@ config file.</p>
|
||||||
</b>Sets the Uploads URL. Defaults to the configured uploadsURL in the WebGUI
|
</b>Sets the Uploads URL. Defaults to the configured uploadsURL in the WebGUI
|
||||||
config file.</p>
|
config file.</p>
|
||||||
|,
|
|,
|
||||||
lastUpdated => 1089039511,
|
lastUpdated => 1099870750,
|
||||||
context => q|Help body for Page Export operation|
|
context => q|Help body for Page Export operation|
|
||||||
},
|
},
|
||||||
'Forum, Threads Per Page' => {
|
'Forum, Threads Per Page' => {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue