mirror of
https://github.com/e107inc/e107.git
synced 2025-08-03 21:27:25 +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).
|
| GNU General Public License (http://gnu.org).
|
||||||
|
|
|
|
||||||
| $Source: /cvs_backup/e107_0.8/e107_admin/mailout.php,v $
|
| $Source: /cvs_backup/e107_0.8/e107_admin/mailout.php,v $
|
||||||
| $Revision: 1.5 $
|
| $Revision: 1.6 $
|
||||||
| $Date: 2007-09-29 17:24:43 $
|
| $Date: 2007-10-28 13:03:26 $
|
||||||
| $Author: e107steved $
|
| $Author: e107steved $
|
||||||
+----------------------------------------------------------------------------+
|
+----------------------------------------------------------------------------+
|
||||||
*/
|
*/
|
||||||
@@ -773,7 +773,7 @@ function sc_Select($container='sc_selector') {
|
|||||||
<div style='position:absolute; bottom:30px; right:125px'>
|
<div style='position:absolute; bottom:30px; right:125px'>
|
||||||
<table class='fborder' style='background-color: #fff'>
|
<table class='fborder' style='background-color: #fff'>
|
||||||
<tr><td class='forumheader3'>
|
<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";
|
<option value=''> -- </option>\n";
|
||||||
|
|
||||||
$sc = array(
|
$sc = array(
|
||||||
|
Reference in New Issue
Block a user