Как изменить оформление быстрого ответа?

Автор mijsvit, 23 июля 2007, 22:23:09

« назад - далее »

0 Пользователи и 1 гость просматривают эту тему.

mijsvit

Добрый вечер!Подскажите пожалуйста где можно графически отредактировать форму быстрого ответа в теме не затронув оформления форума? Спасибо!
>>Украинская локализация [Karma Description Mod] <<

Mavn

display.template.php в данном файле форма быстрого ответа
SimpleMachines Russian Community Team
п.1 Пройду курсы гадалок для определения исходного кода по скриншоту.

п.2 У вас нет желания читать правила раздела, у меня нет желания одобрять темы, которые не соответствуют этим правилам.

mijsvit

Спасибо!Вот не могу понять как здесь можно изменить цвет шапки формы и приклеить е к верхней форме - margin менял - не помогло..может не там смотрю. Тема стандартная.
П.С. Можно сам код формы сюда выложить чтобы я не ошибся :(
>>Украинская локализация [Karma Description Mod] <<

Mavn


	
echo 
'<br />';

	
if (
$context['can_reply'] && !empty($options['display_quick_reply']))
	
{
	
	
echo 
'
<a name="quickreply"></a>
<table border="0" cellspacing="1" cellpadding="3" class="bordercolor" width="100%" style="clear: both;">
	
	
<tr>
	
	
	
	
<td colspan="2" class="catbg"><a href="javascript:swapQuickReply();"><img src="'
$settings['images_url'], '/'$options['display_quick_reply'] == 'collapse' 'expand''.gif" alt="+" id="quickReplyExpand" /></a> <a href="javascript:swapQuickReply();">'$txt['quick_reply_1'], '</a></td>
	
	
</tr>
	
<tr id="quickReplyOptions"'
$options['display_quick_reply'] == '' ' style="display: none"''>
	
	
<td class="windowbg" width="25%" valign="top">'
$txt['quick_reply_2'], $context['is_locked'] ? '<br /><br /><b>' $txt['quick_reply_warning'] . '</b>' '''</td>
	
	
<td class="windowbg" width="75%" align="center">
	
	
	
<form action="'
$scripturl'?action=post2" method="post" accept-charset="'$context['character_set'], '" name="postmodify" id="postmodify" onsubmit="submitonce(this);" style="margin: 0;">
	
	
	
	
<input type="hidden" name="topic" value="' 
$context['current_topic'] . '" />
	
	
	
	
<input type="hidden" name="subject" value="' 
$context['response_prefix'] . $context['subject'] . '" />
	
	
	
	
<input type="hidden" name="icon" value="xx" />
	
	
	
	
<input type="hidden" name="notify" value="'
$context['is_marked_notify'] || !empty($options['auto_notify']) ? '1' '0''" />
	
	
	
	
<input type="hidden" name="goback" value="'
, empty($options['return_to_post']) ? '0' '1''" />
	
	
	
	
<input type="hidden" name="num_replies" value="'
$context['num_replies'], '" />
	
	
	
	
<textarea cols="75" rows="7" style="width: 95%; height: 100px;" name="message" tabindex="1"></textarea><br />
	
	
	
	
<input type="submit" name="post" value="' 
$txt[105] . '" onclick="return submitThisOnce(this);" accesskey="s" tabindex="2" />
	
	
	
	
<input type="submit" name="preview" value="' 
$txt[507] . '" onclick="return submitThisOnce(this);" accesskey="p" tabindex="4" />';
	
	
if (
$context['show_spellchecking'])
	
	
	
echo 
'
	
	
	
	
<input type="button" value="'
$txt['spell_check'], '" onclick="spellCheck(\'postmodify\', \'message\');" tabindex="5"/>';
	
	
echo 
'
	
	
	
	
<input type="hidden" name="sc" value="' 
$context['session_id'] . '" />
	
	
	
	
<input type="hidden" name="seqnum" value="'
$context['form_sequence_number'], '" />
	
	
	
</form>
	
	
</td>
	
</tr>
</table>'
;
	
}
	
if (
$context['show_spellchecking'])
	
	
echo 
'
<form action="'
$scripturl'?action=spellcheck" method="post" accept-charset="'$context['character_set'], '" name="spell_form" id="spell_form" target="spellWindow"><input type="hidden" name="spellstring" value="" /></form>';
}


самый конец файла
SimpleMachines Russian Community Team
п.1 Пройду курсы гадалок для определения исходного кода по скриншоту.

п.2 У вас нет желания читать правила раздела, у меня нет желания одобрять темы, которые не соответствуют этим правилам.

mijsvit

Большое спасибо!Я просто не там редактировал
>>Украинская локализация [Karma Description Mod] <<