Index: trunk/extensions/SemanticForms/includes/SF_FormClasses.php |
— | — | @@ -267,7 +267,7 @@ |
268 | 268 | <input type="hidden" name="template_$template_num" value="$this->mTemplateName"> |
269 | 269 | <div class="templateForm"> |
270 | 270 | <h2>$template_str '$this->mTemplateName'</h2> |
271 | | - <p>$template_label_input <input size=25 name="label_$template_num" value="$this->label"></p> |
| 271 | + <p>$template_label_input <input size=25 name="label_$template_num" value="$this->mLabel"></p> |
272 | 272 | <p><input type="checkbox" name="allow_multiple_$template_num" $checked_str> $allow_multiple_text</p> |
273 | 273 | <hr> |
274 | 274 | |