X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Felements%2Fdashboard-topnotes.html;fp=httemplate%2Felements%2Fdashboard-topnotes.html;h=28ca025a05106fcdeb17e2bdfe74feab94af1438;hp=0000000000000000000000000000000000000000;hb=c2dbe36096332d1e09bc58d7d9903e05247f0c9b;hpb=05f43c12f97943e77bfb0d3ad253ccf7a38c0c0f diff --git a/httemplate/elements/dashboard-topnotes.html b/httemplate/elements/dashboard-topnotes.html new file mode 100644 index 000000000..28ca025a0 --- /dev/null +++ b/httemplate/elements/dashboard-topnotes.html @@ -0,0 +1,15 @@ +% if ( $notes ) { + + +
+ <% $notes %> +
+
+% } +<%init> + +my $conf = new FS::Conf; + +my $notes = join('
', map encode_entities($_), $conf->config('dashboard-topnotes') ); + +