1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-05-19 09:18:18 +03:00
This commit is contained in:
Mzhelskiy Maxim 2015-09-28 15:15:01 +07:00
parent e75e7b21fb
commit 94400bfc28
2 changed files with 3 additions and 2 deletions

View file

@ -27,6 +27,7 @@
{component 'editor'
sSet = 'light'
sMediaTargetType = 'talk'
id = 'talk_text'
name = 'talk_text'
rules = [ 'required' => true, 'length' => '[2,3000]' ]
label = $aLang.talk.add.fields.text.label
@ -43,7 +44,7 @@
name = 'submit_preview'
type = 'button'
text = $aLang.common.preview_text
attributes = [ 'onclick' => "jQuery(\'#text_preview\').show(); ls.utils.textPreview($(\'#talk_text\'), $(\'#text_preview\'), false); return false;" ]}
attributes = [ 'onclick' => "jQuery('#text_preview').show(); ls.utils.textPreview($('#talk_text'), $('#text_preview'), false); return false;" ]}
</form>
{hook run='talk_add_end'}

@ -1 +1 @@
Subproject commit 4fd902444f9eb7a8803afed66c687d4d525f6e75
Subproject commit 19d7f4801f4c6a3ef835c30041645849d5dc891d