Highway to PSR2
[openemr.git] / interface / super / rules / controllers / add / view / add.php
blobed1c1b0bfd667a2a00d443c003afbb3447953719
1 <?php
2 // Copyright (C) 2010-2011 Aron Racho <aron@mi-squred.com>
3 //
4 // This program is free software; you can redistribute it and/or
5 // modify it under the terms of the GNU General Public License
6 // as published by the Free Software Foundation; either version 2
7 // of the License, or (at your option) any later version.
8 ?>
9 <table class="header">
10 <tr >
11 <td class="title"><?php echo out(xl('Add Rule')); ?></td>
12 <td>
13 <a href="index.php?action=add!add" class="iframe_medium css_button" onclick="top.restoreSession()"><span><?php echo out(xl('Save')); ?></span></a>
14 <a href="index.php?action=browse!list" class="iframe_medium css_button" onclick="top.restoreSession()"><span><?php echo out(xl('Cancel')); ?></span></a>
15 </td>
16 </tr>
17 </table>