Skip to content

Commit

Permalink
Merge pull request #106 from stevepiercy/master
Browse files Browse the repository at this point in the history
- adjust radio and checkbox templates
  • Loading branch information
stevepiercy committed Dec 14, 2014
2 parents 6a56481 + 9eb2167 commit b20254d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion knop8/source/buildnamespace.lasso
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ body {
<li class="active"><a href="/knop8/source/buildnamespace.lasso">Build</a></li>
<li><a href="https://github.com/knop-project/knop/">GitHub</a></li>
<li><a href="https://github.com/knop-project/knop/issues/">Issue Tracker</a></li>
<li><a href="mailto:knop-feed@lists.montania.se">Subscribe to Mail List</a></li>
<li><a href="https://groups.google.com/forum/#!forum/knop-project">Subscribe to Mail List</a></li>
<li><a href="http://lasso.2283332.n4.nabble.com/Knop-Framework-Discussion-f3157831.html">Mail List Archive</a></li>
<li><a href="/docs/help.lasso">Help</a></li>
</ul>
Expand Down
2 changes: 1 addition & 1 deletion knop8/source/tpl/checkboxhoriztb2.inc
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ define_tag('checkboxhoriztb2',

// Generate the HTML output
#output = #go + '<div class="control-label">' + #label + #required + '</div>
<div class="span3">
<div class="span9">
' + #t_checkboxes + #em + '
</div>
' + #gc;
Expand Down
2 changes: 1 addition & 1 deletion knop8/source/tpl/radiohoriztb2.inc
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ define_tag('radiohoriztb2',

// Generate the HTML output
#output = #go + '<div class="control-label">' + #label + #required + '</div>
<div class="span3">
<div class="span9">
' + #t_radios + #em + '
</div>
' + #gc;
Expand Down

0 comments on commit b20254d

Please sign in to comment.