includes/clientside/tinymce/plugins/template/template.htm
changeset 588 20484deb89cd
parent 543 dffcbfbc4e59
child 1193 e3b94bd055dc
--- 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>