News:

Please note these forums are mostly a testing ground for my SMF work and I don't really use them otherwise.

Main Menu

Paste-1252975216:v:use_geshi-1:v:type-php

Started by Guest, Sep 15, 2009, 12:40 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Guest

                  <input type="submit" name="post" value="' . $txt['save'] . '" tabindex="8" onclick="return oQuickModify.modifySave(\'' . $context['session_id'] . '\');" accesskey="s" />  ' . ($context['show_spellchecking'] ? '<input type="button" value="' . $txt['spell_check'] . '" tabindex="9" onclick="spellCheck(\'quickModForm\', \'message\');" />  ' : '') . '($context['show_g2ic'] ? '<input type="button" value="' . $txt['g2ic_button'] . '" tabindex="9" onclick="onClick="g2ic_open(\'quickModForm\', \'message\')" />  ' : '') . '<input type="submit" name="cancel" value="' . $txt['modify_cancel'] . '" tabindex="9" onclick="return oQuickModify.modifyCancel();" />

Oldiesmann

                  echo '<input type="submit" name="post" value="' . $txt['save'] . '" tabindex="8" onclick="return oQuickModify.modifySave(\'' . $context['session_id'] . '\');" accesskey="s" />  ' . ($context['show_spellchecking'] ? '<input type="button" value="' . $txt['spell_check'] . '" tabindex="9" onclick="spellCheck(\'quickModForm\', \'message\');" />  ' : '') . '($context['show_g2ic'] ? '<input type="button" value="' . $txt['g2ic_button'] . '" tabindex="9" onclick="onClick="g2ic_open(\'quickModForm\', \'message\')" />  ' : '') . '<input type="submit" name="cancel" value="' . $txt['modify_cancel'] . '" tabindex="9" onclick="return oQuickModify.modifyCancel();" />';

Oldiesmann

                  echo '<input type="submit" name="post" value="' . $txt['save'] . '" tabindex="8" onclick="return oQuickModify.modifySave(\'' . $context['session_id'] . '\');" accesskey="s" />  ' . ($context['show_spellchecking'] ? '<input type="button" value="' . $txt['spell_check'] . '" tabindex="9" onclick="spellCheck(\'quickModForm\', \'message\');" />  ' : '') . ($context['show_g2ic'] ? '<input type="button" value="' . $txt['g2ic_button'] . '" tabindex="9" onclick="onClick="g2ic_open(\'quickModForm\', \'message\')" />  ' : '') . '<input type="submit" name="cancel" value="' . $txt['modify_cancel'] . '" tabindex="9" onclick="return oQuickModify.modifyCancel();" />';