[freeside-commits] freeside/httemplate/edit/process cust_main_note.cgi, 1.4.2.1, 1.4.2.2

Ivan,,, ivan at wavetail.420.am
Mon Jul 14 16:08:40 PDT 2008


Update of /home/cvs/cvsroot/freeside/httemplate/edit/process
In directory wavetail.420.am:/tmp/cvs-serv19115/edit/process

Modified Files:
      Tag: FREESIDE_1_7_BRANCH
	cust_main_note.cgi 
Log Message:
fuck embedded iframes and their stupid display problems with scrolling.  also make the gridding more consistent

Index: cust_main_note.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/edit/process/cust_main_note.cgi,v
retrieving revision 1.4.2.1
retrieving revision 1.4.2.2
diff -u -d -r1.4.2.1 -r1.4.2.2
--- cust_main_note.cgi	13 Jan 2008 21:36:08 -0000	1.4.2.1
+++ cust_main_note.cgi	14 Jul 2008 23:08:38 -0000	1.4.2.2
@@ -2,17 +2,11 @@
 %  $cgi->param('error', $error);
 <% $cgi->redirect(popurl(2). 'cust_main_note.cgi?'. $cgi->query_string ) %>
 %} else {
-%    
 <% header('Note ' . ($notenum ? 'updated' : 'added') ) %>
     <SCRIPT TYPE="text/javascript">
-      parent.cust_main_notes.location.reload();
-      try{parent.cust_main_notes.cClick()}
-      catch(err){}
-      try{parent.cClick()}
-      catch(err){}
+      window.top.location.reload();
     </SCRIPT>
     </BODY></HTML>
-%
 % }
 <%init>
 



More information about the freeside-commits mailing list