Skip to content

Commit

Permalink
printstuff
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Muszytowski committed Nov 10, 2011
1 parent eb174af commit fa74bdf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions templates/print/indexSuccess.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<div class="singlecolumn">
<div class="smallcolumn">
<div class="box">
<h1>Bestellzettel</h1>
<table>
Expand All @@ -11,7 +11,7 @@
<tr>
<td style="vertical-align: top;"><?php echo '<a href="data/zettel/'.$filename.'">'.$filename.'</a>'?></td>
<td>
<form method="post" action="index.php" style="display: inline;">
<form method="post" action="index.php" sbtyle="display: inline;">
<input type="hidden" name="filename" value="<?php echo $filename; ?>">
<input type="hidden" name="action" value="printfile">
<input type="submit" name="delete" value="Print" onclick="return confirm('Nochmal drucken?')" title="Nochmal drucken">
Expand All @@ -29,7 +29,7 @@
</table>
</div>
</div>
<div class="singlecolumn">
<div class="smallcolumn">
<div class="box">
<h1>Bons</h1>
<table>
Expand Down

0 comments on commit fa74bdf

Please sign in to comment.