mirror of https://github.com/BOINC/boinc.git
web: add WYSIWYG control for strike-through text
This commit is contained in:
parent
eb9302c8d5
commit
282161831d
|
@ -16,6 +16,9 @@ $bbcode_html = '
|
|||
<td><span class="genmed">
|
||||
<input type="button" class="button" accesskey="u" name="addbbcode4" value=" u " style="text-decoration: underline; width: 30px" onClick="bbstyle(4)" title="'.tra("Underline text: [u]text[/u] (alt+u)").'" />
|
||||
</span></td>
|
||||
<td><span class="genmed">
|
||||
<input type="button" class="button" accesskey="k" name="addbbcode20" value=" k " style="text-decoration: line-through; width: 30px" onClick="bbstyle(20)" title="'.tra("Strikethrough text: [s]text[/s] (alt+k)").'" />
|
||||
</span></td>
|
||||
<td><span class="genmed">
|
||||
<input type="button" class="button" accesskey="q" name="addbbcode6" value="Quote" style="width: 50px" onClick="bbstyle(6)" title="'.tra("Quote text: [quote]text[/quote] (alt+q)").'" />
|
||||
</span></td>
|
||||
|
@ -68,4 +71,4 @@ $bbcode_html = '
|
|||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
';
|
||||
';
|
||||
|
|
Loading…
Reference in New Issue