Removed CTRL-T (since it's normally used for new tab)
SVN revision: 1822
This commit is contained in:
@@ -272,7 +272,7 @@ to produce<p>
|
||||
Other possibilities are <b>[list=A]</b> for capital letters and <b>[list=I]</b> for Roman numbering.<p>
|
||||
|
||||
|
||||
<tr><td bgcolor=#486090><h2>Tables [CTRL+T]</h2></td></tr>
|
||||
<tr><td bgcolor=#486090><h2>Tables</h2></td></tr>
|
||||
|
||||
<tr><td bgcolor=#FFFFFF><br>Tables can be created with the tags <b>[table][/table]</b> like<p>
|
||||
|
||||
|
||||
+1
-1
@@ -9854,7 +9854,7 @@ void show_edit_form(LOGBOOK * lbs, int message_id, BOOL breply, BOOL bedit, BOOL
|
||||
rsprintf(" ");
|
||||
ricon("quote", loc("Insert quote"), "elcode(document.form1.Text, 'QUOTE','')");
|
||||
ricon("list", loc("Insert list CTRL+L"), "elcode(document.form1.Text, 'LIST','')");
|
||||
ricon("table", loc("Insert table CTRL+T"), "elcode(document.form1.Text, 'TABLE','')");
|
||||
ricon("table", loc("Insert table"), "elcode(document.form1.Text, 'TABLE','')");
|
||||
ricon("heading", loc("Insert heading CTRL+H"), "queryHeading(document.form1.Text)");
|
||||
|
||||
rsprintf(" ");
|
||||
|
||||
Reference in New Issue
Block a user