diff options
| -rw-r--r-- | theme/admin/writePoll.tpl | 2 | ||||
| -rw-r--r-- | theme/admin/writePost.tpl | 2 | ||||
| -rw-r--r-- | theme/admin/writeQuote.tpl | 2 |
3 files changed, 3 insertions, 3 deletions
| diff --git a/theme/admin/writePoll.tpl b/theme/admin/writePoll.tpl index 242131a..a40eb5e 100644 --- a/theme/admin/writePoll.tpl +++ b/theme/admin/writePoll.tpl | |||
| @@ -65,7 +65,7 @@ | |||
| 65 | <p id="error<!--TEXTERROR.ID-->" class="errorField"><strong><!--TEXTERROR.TEXT--></strong></p> | 65 | <p id="error<!--TEXTERROR.ID-->" class="errorField"><strong><!--TEXTERROR.TEXT--></strong></p> |
| 66 | <!--END TEXTERROR--> | 66 | <!--END TEXTERROR--> |
| 67 | <label for="text">Text</label> | 67 | <label for="text">Text</label> |
| 68 | <textarea name="text" id="text"><![CDATA[<!--TEXTVALUE-->]]></textarea> | 68 | <textarea name="text" id="text"><!--TEXTVALUE--></textarea> |
| 69 | </div> | 69 | </div> |
| 70 | </fieldset> | 70 | </fieldset> |
| 71 | 71 | ||
| diff --git a/theme/admin/writePost.tpl b/theme/admin/writePost.tpl index a51f7fd..076dda1 100644 --- a/theme/admin/writePost.tpl +++ b/theme/admin/writePost.tpl | |||
| @@ -33,7 +33,7 @@ | |||
| 33 | <p id="error<!--TEXTERROR.ID-->" class="errorField"><strong><!--TEXTERROR.TEXT--></strong></p> | 33 | <p id="error<!--TEXTERROR.ID-->" class="errorField"><strong><!--TEXTERROR.TEXT--></strong></p> |
| 34 | <!--END TEXTERROR--> | 34 | <!--END TEXTERROR--> |
| 35 | <label for="text">Text</label> | 35 | <label for="text">Text</label> |
| 36 | <textarea name="text" id="text" style="height: 24em"><![CDATA[<!--TEXTVALUE-->]]></textarea> | 36 | <textarea name="text" id="text" style="height: 24em"><!--TEXTVALUE--></textarea> |
| 37 | </div> | 37 | </div> |
| 38 | </fieldset> | 38 | </fieldset> |
| 39 | 39 | ||
| diff --git a/theme/admin/writeQuote.tpl b/theme/admin/writeQuote.tpl index 3a9bb3f..256aad6 100644 --- a/theme/admin/writeQuote.tpl +++ b/theme/admin/writeQuote.tpl | |||
| @@ -23,7 +23,7 @@ | |||
| 23 | <p id="error<!--QUOTEERROR.ID-->" class="errorField"><strong><!--QUOTEERROR.TEXT--></strong></p> | 23 | <p id="error<!--QUOTEERROR.ID-->" class="errorField"><strong><!--QUOTEERROR.TEXT--></strong></p> |
| 24 | <!--END QUOTEERROR--> | 24 | <!--END QUOTEERROR--> |
| 25 | <label for="quote">Quote</label> | 25 | <label for="quote">Quote</label> |
| 26 | <textarea name="quote" id="quote" style="height: 24em"><![CDATA[<!--QUOTEVALUE-->]]></textarea> | 26 | <textarea name="quote" id="quote" style="height: 24em"><!--QUOTEVALUE--></textarea> |
| 27 | </div> | 27 | </div> |
| 28 | </fieldset> | 28 | </fieldset> |
| 29 | 29 | ||
