aboutsummaryrefslogtreecommitdiffstats
path: root/Resources/English.lproj
diff options
context:
space:
mode:
Diffstat (limited to 'Resources/English.lproj')
-rw-r--r--Resources/English.lproj/SPQLPluginConnectionBundleTemplate.html2
-rw-r--r--Resources/English.lproj/SPQLPluginConnectionTemplate.html2
-rw-r--r--Resources/English.lproj/SPQLPluginContentFiltersTemplate.html2
-rw-r--r--Resources/English.lproj/SPQLPluginQueryFavoritesTemplate.html2
-rw-r--r--Resources/English.lproj/SPQLPluginSQLTemplate.html14
5 files changed, 15 insertions, 7 deletions
diff --git a/Resources/English.lproj/SPQLPluginConnectionBundleTemplate.html b/Resources/English.lproj/SPQLPluginConnectionBundleTemplate.html
index c97fb4bc..b3348134 100644
--- a/Resources/English.lproj/SPQLPluginConnectionBundleTemplate.html
+++ b/Resources/English.lproj/SPQLPluginConnectionBundleTemplate.html
@@ -14,7 +14,7 @@ body {
<table>
<tr>
<td valign="right">
-<img width="128" height="128" src="data:image/auto;base64,%@">
+<img width="128" heigth="128" src="cid:icon.tiff">
</td>
<td>
<center>
diff --git a/Resources/English.lproj/SPQLPluginConnectionTemplate.html b/Resources/English.lproj/SPQLPluginConnectionTemplate.html
index 48345fcb..7d8ea5ed 100644
--- a/Resources/English.lproj/SPQLPluginConnectionTemplate.html
+++ b/Resources/English.lproj/SPQLPluginConnectionTemplate.html
@@ -14,7 +14,7 @@ body {
<table>
<tr>
<td valign="right">
-<img width="200%" src="data:image/auto;base64,%@">
+<img width="128" heigth="128" src="cid:icon.tiff">
</td>
<td>
<center>
diff --git a/Resources/English.lproj/SPQLPluginContentFiltersTemplate.html b/Resources/English.lproj/SPQLPluginContentFiltersTemplate.html
index b6765826..710911c3 100644
--- a/Resources/English.lproj/SPQLPluginContentFiltersTemplate.html
+++ b/Resources/English.lproj/SPQLPluginContentFiltersTemplate.html
@@ -14,7 +14,7 @@ body {
<table>
<tr>
<td valign="right">
-<img width="200%" src="data:image/auto;base64,%@">
+<img width="128" heigth="128" src="cid:icon.tiff">
</td>
<td>
<center>
diff --git a/Resources/English.lproj/SPQLPluginQueryFavoritesTemplate.html b/Resources/English.lproj/SPQLPluginQueryFavoritesTemplate.html
index 5a04861d..2928617f 100644
--- a/Resources/English.lproj/SPQLPluginQueryFavoritesTemplate.html
+++ b/Resources/English.lproj/SPQLPluginQueryFavoritesTemplate.html
@@ -14,7 +14,7 @@ body {
<table>
<tr>
<td valign="right">
-<img width="200%" src="data:image/auto;base64,%@">
+<img width="128" heigth="128" src="cid:icon.tiff">
</td>
<td>
<center>
diff --git a/Resources/English.lproj/SPQLPluginSQLTemplate.html b/Resources/English.lproj/SPQLPluginSQLTemplate.html
index 65ba2a3c..31e182ec 100644
--- a/Resources/English.lproj/SPQLPluginSQLTemplate.html
+++ b/Resources/English.lproj/SPQLPluginSQLTemplate.html
@@ -7,6 +7,14 @@ body {
font-family:'Lucida Grande';
font-size:10pt;
}
+pre {
+ font-family:'Monaco';
+ font-size:9pt;
+}
+.wrappedPre {
+ font-family:'Monaco';
+ font-size:9pt;
+}
</style>
</head>
<body>
@@ -14,7 +22,7 @@ body {
<table>
<tr>
<td valign="right">
-<img width="128" height="128" src="data:image/auto;base64,%@">
+<img width="128" height="128" src="cid:icon.tiff">
</td>
<td>
<center>
@@ -25,8 +33,8 @@ size: %@
</tr>
</table>
</center>
-<pre>
+<span class="wrappedPre">
%@
-</pre>
+</span>
</body>
</html>