--- a/includes/clientside/tinymce/plugins/template/template.htm Thu Jun 26 18:05:42 2008 -0400
+++ b/includes/clientside/tinymce/plugins/template/template.htm Thu Jun 26 20:55:13 2008 -0400
@@ -11,7 +11,7 @@
<div id="frmbody">
<div class="title">{#template_dlg.desc}</div>
<div class="frmRow"><label for="tpath" title="{#template_dlg.select}">{#template_dlg.label}:</label>
- <select id="tpath" name="tpath" onchange="TemplateDialog.selectTemplate(this.options[this.selectedIndex].value);" class="mceFocus">
+ <select id="tpath" name="tpath" onchange="TemplateDialog.selectTemplate(this.options[this.selectedIndex].value, this.options[this.selectedIndex].text);" class="mceFocus">
<option value="">{#template_dlg.select}...</option>
</select>
<span id="warning"></span></div>