Skip to content

Commit

Permalink
toggling between (See All) and (Just Mine) addedd
Browse files Browse the repository at this point in the history
  • Loading branch information
andres_paglayan committed Jan 17, 2006
1 parent 0672013 commit 604e9ab
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions interface/main/authorizations/authorizations.php
Expand Up @@ -39,9 +39,13 @@
<body <?echo $bottom_bg_line;?> topmargin='0' rightmargin='0' leftmargin='2' bottommargin='0'
marginwidth='2' marginheight='0'>

<?php
$_GET['show_all']=='yes' ? $lnkvar="'authorizations.php?show_all=no' name='Just Mine'>(Just Mine)" : $lnkvar="'authorizations.php?show_all=yes' name='See All'>(See All)";
?>

<font class='title'>Patient Notes </font>
<a class='more' style='font-size:8pt;' href='authorizations.php?show_all=yes'
name='See All'>(See All)</a> </font>
<a class='more' style='font-size:8pt;' href=<?php echo $lnkvar; ?></a> </font>

<?php
if ($imauthorized) {
?>
Expand Down

0 comments on commit 604e9ab

Please sign in to comment.