1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-06-26 03:30:48 +03:00

Фикс багов

This commit is contained in:
Denis Shakhov 2012-06-04 22:23:34 +07:00
parent dfce1b9a3b
commit f97198064c
22 changed files with 25 additions and 17 deletions

View file

@ -40,7 +40,7 @@
<p><label for="blog_description">{$aLang.blog_create_description}:</label>
<textarea name="blog_description" id="blog_description" rows="15" class="input-text input-width-full mce-editor markitup-editor">{$_aRequest.blog_description}</textarea>
<textarea name="blog_description" id="blog_description" rows="15" class="input-text input-width-full mce-editor markitup-editor input-width-full">{$_aRequest.blog_description}</textarea>
<small class="note">{$aLang.blog_create_description_notice}</small></p>

View file

@ -43,7 +43,7 @@
<p><label for="topic_text">{$aLang.topic_link_create_text}:</label>
<textarea name="topic_text" id="topic_text" rows="10" class="input-width-full mce-editor markitup-editor">{$_aRequest.topic_text}</textarea></p>
<textarea name="topic_text" id="topic_text" rows="10" class="input-width-full mce-editor markitup-editor input-width-full">{$_aRequest.topic_text}</textarea></p>
<p><label for="topic_tags">{$aLang.topic_create_tags}:</label>

View file

@ -65,7 +65,7 @@
<p><label for="topic_text">{$aLang.topic_create_text}:</label>
<textarea name="topic_text" class="mce-editor markitup-editor" id="topic_text" rows="20">{$_aRequest.topic_text}</textarea>
<textarea name="topic_text" class="mce-editor markitup-editor input-width-full" id="topic_text" rows="20">{$_aRequest.topic_text}</textarea>
{if !$oConfig->GetValue('view.tinymce')}
{include file='tags_help.tpl' sTagsTargetId="topic_text"}
{/if}

View file

@ -58,7 +58,7 @@
<p><label for="topic_text">{$aLang.topic_question_create_text}:</label>
<textarea name="topic_text" id="topic_text" rows="10" class="input-width-full mce-editor markitup-editor">{$_aRequest.topic_text}</textarea>
<textarea name="topic_text" id="topic_text" rows="10" class="input-width-full mce-editor markitup-editor input-width-full">{$_aRequest.topic_text}</textarea>
{if !$oConfig->GetValue('view.tinymce')}
{include file='tags_help.tpl' sTagsTargetId="topic_text"}
{/if}

View file

@ -27,7 +27,7 @@
<input type="text" class="input-text input-width-full" id="talk_title" name="talk_title" value="{$_aRequest.talk_title}" /></p>
<p><label for="talk_text">{$aLang.talk_create_text}:</label>
<textarea name="talk_text" id="talk_text" rows="12" class="input-text input-width-full mce-editor markitup-editor">{$_aRequest.talk_text}</textarea></p>
<textarea name="talk_text" id="talk_text" rows="12" class="input-text input-width-full mce-editor markitup-editor input-width-full">{$_aRequest.talk_text}</textarea></p>
{hook run='form_add_talk_end'}

View file

@ -41,7 +41,7 @@
<label for="topic_text">{$aLang.topic_create_text}:</label>
<textarea name="topic_text" id="topic_text" rows="20" class="mce-editor markitup-editor">{$_aRequest.topic_text}</textarea>
<textarea name="topic_text" id="topic_text" rows="20" class="mce-editor markitup-editor input-width-full">{$_aRequest.topic_text}</textarea>
{if !$oConfig->GetValue('view.tinymce')}
{include file='tags_help.tpl' sTagsTargetId="topic_text"}

View file

@ -62,7 +62,7 @@
<form method="post" id="form_comment" onsubmit="return false;" enctype="multipart/form-data">
{hook run='form_add_comment_begin'}
<textarea name="comment_text" id="form_comment_text" class="mce-editor markitup-editor"></textarea>
<textarea name="comment_text" id="form_comment_text" class="mce-editor markitup-editor input-width-full"></textarea>
{hook run='form_add_comment_end'}

View file

@ -72,4 +72,6 @@
.reply { padding-bottom: 10px; }
.reply textarea { height: 100px; }
.reply textarea.loader { background: #f7f7f7 url(../images/loader.gif) no-repeat center;}
.reply textarea.loader { background: #f7f7f7 url(../images/loader.gif) no-repeat center; }
.reply .mceEditor { display: block; margin-bottom: 10px; }

View file

@ -24,6 +24,8 @@
.input-width-400 { width: 400px; }
.input-width-500 { width: 500px; }
textarea { -moz-box-sizing: border-box; box-sizing: border-box; }
select { padding: 4px; border: 1px solid #ddd; border-radius: 3px; }
fieldset { margin-bottom: 30px; padding-top: 20px; border-top: 1px solid #eaeaea; }

View file

@ -5,7 +5,7 @@ $config = array();
$config['view']['theme'] = 'default';
$config['head']['default']['js'] = Config::Get('head.default.js');
$config['head']['default']['js'][] = '___path.static.skin___/js/developer.js';
$config['head']['default']['js'][] = '___path.static.skin___/js/template.js';
$config['head']['default']['css'] = array(
"___path.static.skin___/css/reset.css",

View file

@ -41,7 +41,7 @@
<p><label for="blog_description">{$aLang.blog_create_description}:</label>
<textarea name="blog_description" id="blog_description" rows="15" class="input-text input-width-full mce-editor markitup-editor">{$_aRequest.blog_description}</textarea>
<textarea name="blog_description" id="blog_description" rows="15" class="input-text input-width-full mce-editor markitup-editor input-width-full">{$_aRequest.blog_description}</textarea>
<small class="note">{$aLang.blog_create_description_notice}</small></p>

View file

@ -44,7 +44,7 @@
<label for="topic_text">{$aLang.topic_link_create_text}:</label>
<textarea name="topic_text" id="topic_text" rows="10" class="input-text input-width-full mce-editor markitup-editor">{$_aRequest.topic_text}</textarea>
<textarea name="topic_text" id="topic_text" rows="10" class="input-text input-width-full mce-editor markitup-editor input-width-full">{$_aRequest.topic_text}</textarea>
<p><label for="topic_tags">{$aLang.topic_create_tags}:</label>

View file

@ -65,7 +65,7 @@
<p><label for="topic_text">{$aLang.topic_create_text}:</label>
<textarea name="topic_text" class="mce-editor markitup-editor" id="topic_text" rows="20">{$_aRequest.topic_text}</textarea>
<textarea name="topic_text" class="mce-editor markitup-editor input-width-full" id="topic_text" rows="20">{$_aRequest.topic_text}</textarea>
{if !$oConfig->GetValue('view.tinymce')}
{include file='tags_help.tpl' sTagsTargetId="topic_text"}
{/if}

View file

@ -59,7 +59,7 @@
<p><label for="topic_text">{$aLang.topic_question_create_text}:</label>
<textarea name="topic_text" id="topic_text" rows="10" class="input-width-full mce-editor markitup-editor">{$_aRequest.topic_text}</textarea>
<textarea name="topic_text" id="topic_text" rows="10" class="input-width-full mce-editor markitup-editor input-width-full">{$_aRequest.topic_text}</textarea>
{if !$oConfig->GetValue('view.tinymce')}
{include file='tags_help.tpl' sTagsTargetId="topic_text"}
{/if}

View file

@ -26,7 +26,7 @@
<input type="text" class="input-text input-width-full" id="talk_title" name="talk_title" value="{$_aRequest.talk_title}" /></p>
<p><label for="talk_text">{$aLang.talk_create_text}:</label>
<textarea name="talk_text" id="talk_text" rows="12" class="input-text input-width-full mce-editor markitup-editor">{$_aRequest.talk_text}</textarea></p>
<textarea name="talk_text" id="talk_text" rows="12" class="input-text input-width-full mce-editor markitup-editor input-width-full">{$_aRequest.talk_text}</textarea></p>
{hook run='form_add_talk_end'}

View file

@ -41,7 +41,7 @@
<label for="topic_text">{$aLang.topic_create_text}:</label>
<textarea name="topic_text" id="topic_text" class="mce-editor markitup-editor">{$_aRequest.topic_text}</textarea>
<textarea name="topic_text" id="topic_text" class="mce-editor markitup-editor input-width-full">{$_aRequest.topic_text}</textarea>
{if !$oConfig->GetValue('view.tinymce')}
{include file='tags_help.tpl' sTagsTargetId="topic_text"}

View file

@ -101,7 +101,7 @@
<form method="post" id="form_comment" onsubmit="return false;" enctype="multipart/form-data">
{hook run='form_add_comment_begin'}
<textarea name="comment_text" id="form_comment_text" class="mce-editor markitup-editor"></textarea>
<textarea name="comment_text" id="form_comment_text" class="mce-editor markitup-editor input-width-full"></textarea>
{hook run='form_add_comment_end'}

View file

@ -122,5 +122,7 @@
.reply textarea { height: 100px; }
.reply textarea.loader { background: #f7f7f7 url(../images/loader.gif) no-repeat center;}
.reply .mceEditor { display: block; margin-bottom: 10px; }
.wall-submit.wall-submit-reply.wall-submit-comment { box-shadow: none; margin-top: 0; margin-bottom: 50px; }
.wall-submit.wall-submit-reply.wall-submit-comment:after { display: none; }

View file

@ -24,6 +24,8 @@
.input-width-400 { width: 400px; }
.input-width-500 { width: 500px; }
textarea { -moz-box-sizing: border-box; box-sizing: border-box; }
select { padding: 4px; border: 1px solid #ddd; border-radius: 3px; }
fieldset { margin-bottom: 30px; padding-top: 20px; border-top: 1px solid #eaeaea; }

View file

@ -5,7 +5,7 @@ $config = array();
$config['view']['theme'] = 'default';
$config['head']['default']['js'] = Config::Get('head.default.js');
$config['head']['default']['js'][] = '___path.static.skin___/js/synio.js';
$config['head']['default']['js'][] = '___path.static.skin___/js/template.js';
$config['head']['default']['css'] = array(
"___path.static.skin___/css/reset.css",