From bbc8565e5afa7e5352bc3aaf7cf067066ec6d4b1 Mon Sep 17 00:00:00 2001
From: thomascube <thomas@roundcube.net>
Date: Thu, 04 Mar 2010 03:17:04 -0500
Subject: [PATCH] Flag original messages after sending a draft (#1486203)

---
 program/js/tiny_mce/plugins/table/table.htm |    7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/program/js/tiny_mce/plugins/table/table.htm b/program/js/tiny_mce/plugins/table/table.htm
index 75136e6..37e6159 100644
--- a/program/js/tiny_mce/plugins/table/table.htm
+++ b/program/js/tiny_mce/plugins/table/table.htm
@@ -9,7 +9,6 @@
 	<script type="text/javascript" src="../../utils/editable_selects.js"></script>
 	<script type="text/javascript" src="js/table.js"></script>
 	<link href="css/table.css" rel="stylesheet" type="text/css" />
-	<base target="_self" />
 </head>
 <body id="table" style="display: none">
 	<form onsubmit="insertTable();return false;" action="#">
@@ -58,7 +57,7 @@
 								<td><label id="classlabel" for="class">{#class_name}</label></td>
 								<td colspan="3">
 								 <select id="class" name="class" class="mceEditableSelect">
-									<option value="" selected>{#not_set}</option>
+									<option value="" selected="selected">{#not_set}</option>
 								 </select></td>
 							  </tr>
 							  <tr>
@@ -109,9 +108,9 @@
 						</tr>
 
 						<tr>
-							<td class="column1"><label for="frame">{#table_dlg.frame}</label></td> 
+							<td class="column1"><label for="tframe">{#table_dlg.frame}</label></td> 
 							<td>
-								<select id="frame" name="frame" class="advfield"> 
+								<select id="tframe" name="tframe" class="advfield"> 
 										<option value="">{#not_set}</option>
 										<option value="void">{#table_dlg.rules_void}</option>
 										<option value="above">{#table_dlg.rules_above}</option> 

--
Gitblit v1.9.1