[freeside-commits] freeside/httemplate/edit/process cust_main_note.cgi, 1.5, 1.6
Ivan,,,
ivan at wavetail.420.am
Mon Jul 14 16:08:39 PDT 2008
Update of /home/cvs/cvsroot/freeside/httemplate/edit/process
In directory wavetail.420.am:/tmp/cvs-serv19110/edit/process
Modified Files:
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.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- cust_main_note.cgi 13 Jan 2008 21:35:53 -0000 1.5
+++ cust_main_note.cgi 14 Jul 2008 23:08:36 -0000 1.6
@@ -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