[freeside-commits] freeside/httemplate/elements menu.html, 1.68.2.5, 1.68.2.6 tr-htmlarea.html, NONE, 1.1.2.2

Ivan,,, ivan at wavetail.420.am
Mon Jul 12 06:18:08 PDT 2010


Update of /home/cvs/cvsroot/freeside/httemplate/elements
In directory wavetail.420.am:/tmp/cvs-serv17076/httemplate/elements

Modified Files:
      Tag: FREESIDE_1_9_BRANCH
	menu.html 
Added Files:
      Tag: FREESIDE_1_9_BRANCH
	tr-htmlarea.html 
Log Message:
message templates, RT#8896

--- NEW FILE: tr-htmlarea.html ---
<% include('tr-td-label.html', @_ ) %>

  <TD <% $cell_style %>>

    <% include('htmlarea.html', @_ ) %>

  </TD>

</TR>

<%init>

my %opt = @_;

my $onchange = $opt{'onchange'}
                 ? 'onChange="'. $opt{'onchange'}. '(this)"'
                 : '';

#my $rows = $opt{'rows'} ? 'ROWS="'.$opt{'rows'}.'"' : '';
#my $cols = $opt{'cols'} ? 'COLS="'.$opt{'cols'}.'"' : '';

my $cell_style = $opt{'cell_style'} ? 'STYLE="'. $opt{'cell_style'}. '"' : '';
#my $curr_value = $opt{'curr_value'};

</%init>

Index: menu.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/elements/menu.html,v
retrieving revision 1.68.2.5
retrieving revision 1.68.2.6
diff -u -w -d -r1.68.2.5 -r1.68.2.6
--- menu.html	5 Apr 2010 00:59:01 -0000	1.68.2.5
+++ menu.html	12 Jul 2010 13:18:06 -0000	1.68.2.6
@@ -416,6 +416,9 @@
 ;
 
 tie my %config_misc, 'Tie::IxHash';
+$config_misc{'Message templates'} = [ $fsurl.'browse/msg_template.html', 'Templates for customer notices' ]
+  if $curuser->access_right('Edit templates')
+  || $curuser->access_right('Edit global templates');
 $config_misc{'Advertising sources'} = [ $fsurl.'browse/part_referral.html', 'Where a customer heard about your service.  Tracked for informational purposes' ]
   if $curuser->access_right('Edit advertising sources')
   || $curuser->access_right('Edit global advertising sources');



More information about the freeside-commits mailing list