resize customer not add popup, eliminate needless <BR> in popup
authorivan <ivan>
Sat, 27 Mar 2010 06:11:31 +0000 (06:11 +0000)
committerivan <ivan>
Sat, 27 Mar 2010 06:11:31 +0000 (06:11 +0000)
httemplate/edit/cust_main_note.cgi
httemplate/view/cust_main.cgi
httemplate/view/cust_main/notes.html

index 1fdf0d9..e2501cb 100755 (executable)
@@ -6,8 +6,6 @@
 <INPUT TYPE="hidden" NAME="custnum" VALUE="<% $custnum %>">
 <INPUT TYPE="hidden" NAME="notenum" VALUE="<% $notenum %>">
 
 <INPUT TYPE="hidden" NAME="custnum" VALUE="<% $custnum %>">
 <INPUT TYPE="hidden" NAME="notenum" VALUE="<% $notenum %>">
 
-
-<BR><BR>
 <% include('/elements/htmlarea.html', 'field' => 'comment',
                                       'curr_value' => $comment) %>
 % #<TEXTAREA NAME="comment" ROWS="12" COLS="60">
 <% include('/elements/htmlarea.html', 'field' => 'comment',
                                       'curr_value' => $comment) %>
 % #<TEXTAREA NAME="comment" ROWS="12" COLS="60">
index 76f5a51..ca8bf54 100755 (executable)
@@ -1,5 +1,5 @@
 <% include('/elements/header.html', {
 <% include('/elements/header.html', {
-             'title' => "Customer View: ". $cust_main->name,
+             'title' => "Customer: ". $cust_main->name,
              'nobr'  => 1,
           })
 %>
              'nobr'  => 1,
           })
 %>
@@ -128,7 +128,7 @@ Comments
                 'actionlabel' => 'Enter customer note',
                 'cust_main'   => $cust_main,
                 'width'       => 616,
                 'actionlabel' => 'Enter customer note',
                 'cust_main'   => $cust_main,
                 'width'       => 616,
-                'height'      => 408,
+                'height'      => 538, #575
             )
   %>
 
             )
   %>
 
index a39610a..f8a6a25 100755 (executable)
@@ -37,7 +37,7 @@
 %                                             ";notenum=$notenum",
 %                            'actionlabel' => 'Edit customer note',
 %                            'width'       => 616,
 %                                             ";notenum=$notenum",
 %                            'actionlabel' => 'Edit customer note',
 %                            'width'       => 616,
-%                            'height'      => 580,
+%                            'height'      => 538, #575
 %                            'frame'       => 'top',
 %                        );
 %   my $clickjs = qq!onclick="$onclick"!;
 %                            'frame'       => 'top',
 %                        );
 %   my $clickjs = qq!onclick="$onclick"!;