|
From: Selven <sel...@us...> - 2007-07-09 18:33:27
|
Update of /cvsroot/mxbb/mx_shoutbox/templates/subSilver In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv10166 Modified Files: mx_shout_edit.tpl mx_shoutbox.tpl Log Message: template fix Index: mx_shoutbox.tpl =================================================================== RCS file: /cvsroot/mxbb/mx_shoutbox/templates/subSilver/mx_shoutbox.tpl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** mx_shoutbox.tpl 21 Jun 2007 18:21:22 -0000 1.1 --- mx_shoutbox.tpl 9 Jul 2007 18:33:12 -0000 1.2 *************** *** 31,35 **** formErrors = false; ! if (document.post.message.value.length < 1) { formErrors = "{L_FORM_ERROR}"; } --- 31,35 ---- formErrors = false; ! if (document.sh_post.message.value.length < 1) { formErrors = "{L_FORM_ERROR}"; } *************** *** 87,91 **** <!-- END switch_guest_namebox --> ! <textarea class="post" name="message" wrap="physical" cols="24" rows="4" onkeypress="return canAddCharacter(this, {SHOUT_SIZE})" onchange="trimLength(this, {SHOUT_SIZE})"></textarea> <span class="gensmall">{SHOUT_SIZE_EXPL} {SHOUT_SIZE}</span> {S_HIDDEN_FIELDS} --- 87,91 ---- <!-- END switch_guest_namebox --> ! <textarea class="sh_post" name="message" wrap="physical" cols="24" rows="4" onkeypress="return canAddCharacter(this, {SHOUT_SIZE})" onchange="trimLength(this, {SHOUT_SIZE})"></textarea> <span class="gensmall">{SHOUT_SIZE_EXPL} {SHOUT_SIZE}</span> {S_HIDDEN_FIELDS} Index: mx_shout_edit.tpl =================================================================== RCS file: /cvsroot/mxbb/mx_shoutbox/templates/subSilver/mx_shout_edit.tpl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** mx_shout_edit.tpl 21 Jun 2007 18:21:21 -0000 1.1 --- mx_shout_edit.tpl 9 Jul 2007 18:33:12 -0000 1.2 *************** *** 28,32 **** </script> ! <form name="editform" action="{S_SHOUT_ACTION}" method="post" onsubmit="return checkAlbumForm()"> <table width="100%" cellpadding="2" cellspacing="1" border="0" class="forumline"> --- 28,32 ---- </script> ! <form name="editform" action="{S_SHOUT_ACTION}" method="sh_post" onsubmit="return checkAlbumForm()"> <table width="100%" cellpadding="2" cellspacing="1" border="0" class="forumline"> |