[freeside-commits] branch FREESIDE_4_BRANCH updated. 6f234776ee49a5991d6a8a0f360ad32f536c6668

Ivan ivan at 420.am
Sun Sep 25 11:13:11 PDT 2016


The branch, FREESIDE_4_BRANCH has been updated
       via  6f234776ee49a5991d6a8a0f360ad32f536c6668 (commit)
      from  da2a324142fb3627effcbe878ea866d3e56ab6cb (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 6f234776ee49a5991d6a8a0f360ad32f536c6668
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Sun Sep 25 11:13:11 2016 -0700

    mason-style includes

diff --git a/httemplate/elements/tr-fixed.html b/httemplate/elements/tr-fixed.html
index dad8da0..3e115d6 100644
--- a/httemplate/elements/tr-fixed.html
+++ b/httemplate/elements/tr-fixed.html
@@ -1,10 +1,10 @@
-<% include('tr-td-label.html', @_ ) %>
+<& tr-td-label.html, @_ &>
 
   <TD <% $style %> <% $colspan %>><% $value %></TD>
 
 </TR>
 
-<% include('hidden.html', %opt ) %>
+<& hidden.html, %opt &>
 
 <%init>
 

-----------------------------------------------------------------------

Summary of changes:
 httemplate/elements/tr-fixed.html |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)




More information about the freeside-commits mailing list