Author: Kellanved
Date: Sun Aug 2 12:35:42 2009
New Revision: 9913
Log:
switch to full editor
Modified:
branches/phpBB-3_0_0/phpBB/language/en/viewtopic.php
branches/phpBB-3_0_0/phpBB/styles/prosilver/template/quickreply_editor.html
branches/phpBB-3_0_0/phpBB/styles/subsilver2/template/quickreply_editor.html
Modified: branches/phpBB-3_0_0/phpBB/language/en/viewtopic.php
==============================================================================
*** branches/phpBB-3_0_0/phpBB/language/en/viewtopic.php (original)
--- branches/phpBB-3_0_0/phpBB/language/en/viewtopic.php Sun Aug 2 12:35:42 2009
***************
*** 59,65 ****
'FILE_NOT_FOUND_404' => 'The file <strong>%s</strong> does not exist.',
'FORK_TOPIC' => 'Copy topic',
!
'LINKAGE_FORBIDDEN' => 'You are not authorised to view, download or link from/to this site.',
'LOGIN_NOTIFY_TOPIC' => 'You have been notified about this topic, please login to view it.',
'LOGIN_VIEWTOPIC' => 'The board requires you to be registered and logged in to view this topic.',
--- 59,66 ----
'FILE_NOT_FOUND_404' => 'The file <strong>%s</strong> does not exist.',
'FORK_TOPIC' => 'Copy topic',
! 'FULL_EDITOR' => 'Full Editor',
!
'LINKAGE_FORBIDDEN' => 'You are not authorised to view, download or link from/to this site.',
'LOGIN_NOTIFY_TOPIC' => 'You have been notified about this topic, please login to view it.',
'LOGIN_VIEWTOPIC' => 'The board requires you to be registered and logged in to view this topic.',
Modified: branches/phpBB-3_0_0/phpBB/styles/prosilver/template/quickreply_editor.html
==============================================================================
*** branches/phpBB-3_0_0/phpBB/styles/prosilver/template/quickreply_editor.html (original)
--- branches/phpBB-3_0_0/phpBB/styles/prosilver/template/quickreply_editor.html Sun Aug 2 12:35:42 2009
***************
*** 28,33 ****
--- 28,34 ----
{S_FORM_TOKEN}
{QR_HIDDEN_FIELDS}
<input type="submit" accesskey="s" tabindex="6" name="post" value="{L_SUBMIT}" class="button1" />
+ <input type="submit" accesskey="f" tabindex="6" name="preview" value="{L_FULL_EDITOR}" class="button2" />
</fieldset>
</div>
<span class="corners-bottom"><span></span></span></div>
Modified: branches/phpBB-3_0_0/phpBB/styles/subsilver2/template/quickreply_editor.html
==============================================================================
*** branches/phpBB-3_0_0/phpBB/styles/subsilver2/template/quickreply_editor.html (original)
--- branches/phpBB-3_0_0/phpBB/styles/subsilver2/template/quickreply_editor.html Sun Aug 2 12:35:42 2009
***************
*** 10,19 ****
</tr>
<tr>
<td class="row1" width="22%"><b class="genmed">{L_MESSAGE}:</b></td>
! <td class="row2 valign="top" align="center" width="78%"><textarea name="message" rows="7" cols="76" tabindex="3" style="width: 98%;"></textarea> </td></tr>
<tr>
<td class="cat" colspan="2" align="center">
! <input class="btnmain" type="submit" accesskey="s" tabindex="6" name="post" value="{L_SUBMIT}" />
{S_FORM_TOKEN}
{QR_HIDDEN_FIELDS}
</td>
--- 10,22 ----
</tr>
<tr>
<td class="row1" width="22%"><b class="genmed">{L_MESSAGE}:</b></td>
! <td class="row2" valign="top" align="left" width="78%"><textarea name="message" rows="7" cols="76" tabindex="3" style="width: 98%;"></textarea> </td>
! </tr>
<tr>
<td class="cat" colspan="2" align="center">
! <input class="btnmain" type="submit" accesskey="s" tabindex="6" name="post" value="{L_SUBMIT}" />
! <input class="btnlite" type="submit" accesskey="f" tabindex="7" name="preview" value="{L_FULL_EDITOR}" />
!
{S_FORM_TOKEN}
{QR_HIDDEN_FIELDS}
</td>
|