mirror of
https://github.com/e107inc/e107.git
synced 2025-08-01 20:30:39 +02:00
Bugtracker #3563 - reset dropdown after inserting user ID etc
This commit is contained in:
@@ -11,8 +11,8 @@
|
||||
| GNU General Public License (http://gnu.org).
|
||||
|
|
||||
| $Source: /cvs_backup/e107_0.8/e107_admin/mailout.php,v $
|
||||
| $Revision: 1.5 $
|
||||
| $Date: 2007-09-29 17:24:43 $
|
||||
| $Revision: 1.6 $
|
||||
| $Date: 2007-10-28 13:03:26 $
|
||||
| $Author: e107steved $
|
||||
+----------------------------------------------------------------------------+
|
||||
*/
|
||||
@@ -773,7 +773,7 @@ function sc_Select($container='sc_selector') {
|
||||
<div style='position:absolute; bottom:30px; right:125px'>
|
||||
<table class='fborder' style='background-color: #fff'>
|
||||
<tr><td class='forumheader3'>
|
||||
<select class='tbox' name='sc_sel' onchange=\"addtext(this.value); expandit('{$container}')\">
|
||||
<select class='tbox' name='sc_sel' onchange=\"addtext(this.value); this.selectedIndex= 0; expandit('{$container}')\">
|
||||
<option value=''> -- </option>\n";
|
||||
|
||||
$sc = array(
|
||||
|
Reference in New Issue
Block a user