Skip to content

Commit

Permalink
Merge r6181 from trunk, changing income statement sizing.
Browse files Browse the repository at this point in the history
git-svn-id: svn://svn.code.sf.net/p/ledger-smb/code/branches/1.3@6182 4979c152-3d1c-0410-bac9-87ea11338e46
  • Loading branch information
ehuelsmann committed Oct 26, 2013
1 parent 86e8b94 commit dfcad07
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion templates/demo/income_statement.html
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ <h4><?lsmb text('Department: [_1]', department) ?></h4>
<h4><?lsmb text('Project Number: [_1]', projectnumber) ?></h4>
<?lsmb END ?>

<table width="100%" border="0">
<table border="0">
<tr>
<th width="400" align="left" colspan="2" style="text-transform: uppercase"><?lsmb text('Income') ?><br /><hr width="300" size="5" align="left" noshade="noshade" /></th>
<th><?lsmb this_period_from ?><br /><?lsmb this_period_to ?></th>
Expand Down
2 changes: 1 addition & 1 deletion templates/demo_with_images/income_statement.html
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ <h4><?lsmb text('Department: [_1]', department) ?></h4>
<h4><?lsmb text('Project Number: [_1]', projectnumber) ?></h4>
<?lsmb END ?>

<table width="100%" border="0">
<table border="0">
<tr>
<th width="400" align="left" colspan="2" style="text-transform: uppercase"><?lsmb text('Income') ?><br /><hr width="300" size="5" align="left" noshade="noshade" /></th>
<th><?lsmb this_period_from ?><br /><?lsmb this_period_to ?></th>
Expand Down
2 changes: 1 addition & 1 deletion templates/xedemo/income_statement.html
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ <h4><?lsmb text('Department: [_1]', department) ?></h4>
<h4><?lsmb text('Project Number: [_1]', projectnumber) ?></h4>
<?lsmb END ?>

<table width="100%" border="0">
<table border="0">
<tr>
<th width="400" align="left" colspan="2" style="text-transform: uppercase"><?lsmb text('Income') ?><br /><hr width="300" size="5" align="left" noshade="noshade" /></th>
<th><?lsmb this_period_from ?><br /><?lsmb this_period_to ?></th>
Expand Down

0 comments on commit dfcad07

Please sign in to comment.