Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/gh 2307 #2310

Merged
merged 25 commits into from May 6, 2019
Merged
Show file tree
Hide file tree
Changes from 20 commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
cad20a5
Fix typos
clairenoelle Mar 14, 2019
6f8566f
Merge branch 'master' of git://github.com/openemr/openemr
clairenoelle Mar 14, 2019
c1809e0
Resolve PR issues
clairenoelle Mar 15, 2019
2448eb1
Merge branch 'master' of git://github.com/openemr/openemr
clairenoelle Mar 17, 2019
ecbb394
Add/remove curly braces as needed
clairenoelle Mar 19, 2019
98ba6ef
Correct curly braces, add warning comments
clairenoelle Mar 21, 2019
5324a1b
Merge branch 'master' of git://github.com/openemr/openemr
clairenoelle Mar 22, 2019
2faba4b
Move /images under /public, change paths
clairenoelle Mar 22, 2019
425d5f7
Fix image reference
clairenoelle Mar 22, 2019
90d6b5b
Merge upstream master
clairenoelle Mar 23, 2019
761e191
Replace public/image paths with variable
clairenoelle Mar 23, 2019
4f60574
Fix issues with PR 2310
clairenoelle Mar 27, 2019
e19e68f
Merge branch 'master' of git://github.com/openemr/openemr into featur…
clairenoelle Mar 27, 2019
dd624ec
Move library/css/images under public/images, edit references
clairenoelle Mar 27, 2019
c6f1226
Revert "Move library/css/images under public/images, edit references"
clairenoelle Mar 28, 2019
d457bec
Merge branch 'master' of git://github.com/openemr/openemr into featur…
clairenoelle Mar 28, 2019
c23b342
Reverted variable reference
clairenoelle Mar 28, 2019
dee76da
Merge branch 'master' of git://github.com/openemr/openemr into featur…
clairenoelle Mar 30, 2019
a208dab
Resolve issues with PR 2310
clairenoelle Mar 30, 2019
3ff0d0e
Change paths for 'echo img'es
clairenoelle Mar 31, 2019
06761b6
Fix merge conflicts
clairenoelle Apr 27, 2019
e9e08e8
Edited image paths within smarty templates
clairenoelle Apr 27, 2019
8ac17d1
Merge branch 'master' of git://github.com/openemr/openemr into featur…
clairenoelle May 3, 2019
ffcbb24
Removed space from variable
clairenoelle May 3, 2019
1fab949
fixes to prior commit
bradymiller May 6, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
140 changes: 70 additions & 70 deletions contrib/forms/assessment_intake/new.php

Large diffs are not rendered by default.

136 changes: 68 additions & 68 deletions contrib/forms/assessment_intake/view.php

Large diffs are not rendered by default.

42 changes: 21 additions & 21 deletions contrib/forms/individual_treatment_plan/new.php
Expand Up @@ -12,26 +12,26 @@
<br>
<span class="title"><center>Individual Treatment Plan</center></span><br><br>
<center><a href="javascript:top.restoreSession();document.my_form.submit();" class="link_submit">[Save]</a>
<img src="../../../images/space.gif" width="5" height="1">
<img src="<?php echo $GLOBALS['images_static_relative'];?>/space.gif" width="5" height="1">
<a href="<?php echo $GLOBALS['form_exit_url']; ?>" class="link_submit" onclick="top.restoreSession()">[Don't Save]</a></center>
<br>

<?php $res = sqlStatement("SELECT fname,mname,lname,ss,street,city,state,postal_code,phone_home,DOB FROM patient_data WHERE pid = ?", array($pid));
$result = SqlFetchArray($res); ?>

<b>Date of Referral:</b>&nbsp;<input type="text" name="date_of_referal">
<img src="../../../images/space.gif" width="260" height="1">
<img src="<?php echo $GLOBALS['images_static_relative'];?>/space.gif" width="260" height="1">
<b>Date of Plan:</b>&nbsp; <?php print date('m/d/y'); ?><br><br>

<img src="../../../images/space.gif" width="28" height="1">
<img src="<?php echo $GLOBALS['images_static_relative'];?>/space.gif" width="28" height="1">
<b>Client Name:</b>&nbsp; <?php echo $result['fname'] . '&nbsp' . $result['mname'] . '&nbsp;' . $result['lname'];?>
<img src="../../../images/space.gif" width="292" height="1">
<img src="<?php echo $GLOBALS['images_static_relative'];?>/space.gif" width="292" height="1">
<b>DCN:</b>
<img src="../../../images/space.gif" width="1" height="1">
<img src="<?php echo $GLOBALS['images_static_relative'];?>/space.gif" width="1" height="1">
<input type="text" name="dcn"> <br><br>

<b>ICD/9/CM Code:</b>&nbsp;<input type="text" name="icd9">
<img src="../../../images/space.gif" width="200" height="1">
<img src="<?php echo $GLOBALS['images_static_relative'];?>/space.gif" width="200" height="1">
<b>Prognosis:</b>&nbsp;<input type="text" name="prognosis"><br><br>

<b>Diagnosis Description:</b><br>
Expand All @@ -41,24 +41,24 @@
<textarea cols=85 rows=3 wrap=virtual name="presenting_problem" ></textarea><br><br>

<b>Frequency:</b>&nbsp;<input type="text" name="frequency" size="12" maxlength="10">
<img src="../../../images/space.gif" width="40" height="1">
<img src="<?php echo $GLOBALS['images_static_relative'];?>/space.gif" width="40" height="1">
<b>Duration:</b>&nbsp;<input type="text" name="duration" size="12" maxlength="10">
<img src="../../../images/space.gif" width="40" height="1">
<img src="<?php echo $GLOBALS['images_static_relative'];?>/space.gif" width="40" height="1">
<b>Scope:</b>&nbsp;<input type="text" name="scope" size="12" maxlength="10"><br><br>

<b>Short Term Goals:</b>
<img src="../../../images/space.gif" width="162" height="1">
<img src="<?php echo $GLOBALS['images_static_relative'];?>/space.gif" width="162" height="1">
<b>Time Frame:</b><br>
<input type="text" name="short_term_goals_1" size="42" maxlength="40">
<img src="../../../images/space.gif" width="6" height="1">
<img src="<?php echo $GLOBALS['images_static_relative'];?>/space.gif" width="6" height="1">
<input type="text" name="time_frame_1" size="16" maxlength="15"><br>

<input type="text" name="short_term_goals_2" size="42" maxlength="40">
<img src="../../../images/space.gif" width="6" height="1">
<img src="<?php echo $GLOBALS['images_static_relative'];?>/space.gif" width="6" height="1">
<input type="text" name="time_frame_2" size="16" maxlength="15"><br>

<input type="text" name="short_term_goals_3" size="42" maxlength="40">
<img src="../../../images/space.gif" width="6" height="1">
<img src="<?php echo $GLOBALS['images_static_relative'];?>/space.gif" width="6" height="1">
<input type="text" name="time_frame_3" size="16" maxlength="15"><br><br>

<b>Long Term Goals:</b><br>
Expand All @@ -69,44 +69,44 @@

<b>Recommendations:</b><br>
<input type="checkbox" name="individual_family_therapy">&nbsp;<b>Individual and / or Family Therapy</b></input>
<img src="../../../images/space.gif" width="6" height="1">
<img src="<?php echo $GLOBALS['images_static_relative'];?>/space.gif" width="6" height="1">
<input type="checkbox" name="substance_abuse">&nbsp;<b>Substance Abuse</b></input><br>

<input type="checkbox" name="group_therapy">&nbsp;<b>Group Therapy - psychoeducational group</b></input>
<img src="../../../images/space.gif" width="6" height="1">
<img src="<?php echo $GLOBALS['images_static_relative'];?>/space.gif" width="6" height="1">
<input type="checkbox" name="parenting">&nbsp;<b>Parenting</b></input><br><br>

<b>Action Steps by supports - family:</b><br>
<textarea cols=85 rows=3 wrap=virtual name="action_steps_by_supports" ></textarea><br><br>

<b>Other supports - agencies</b>
<b>Name:</b>
<img src="../../../images/space.gif" width="38" height="1">
<img src="<?php echo $GLOBALS['images_static_relative'];?>/space.gif" width="38" height="1">
<b>Contact Information</b><br>
<input type="text" name="other_supports_name_1" size="37" maxlength="35">
<img src="../../../images/space.gif" width="6" height="1">
<img src="<?php echo $GLOBALS['images_static_relative'];?>/space.gif" width="6" height="1">
<input type="text" name="other_supports_contact_1" size="37" maxlength="35"><br>

<input type="text" name="other_supports_name_2" size="37" maxlength="35">
<img src="../../../images/space.gif" width="6" height="1">
<img src="<?php echo $GLOBALS['images_static_relative'];?>/space.gif" width="6" height="1">
<input type="text" name="other_supports_contact_2" size="37" maxlength="35"><br><br>

<b>Medications</b>
<img src="../../../images/space.gif" width="204" height="1">
<img src="<?php echo $GLOBALS['images_static_relative'];?>/space.gif" width="204" height="1">
<b>Referrals</b><br>

<input type="text" name="medications_1" size="42" maxlength="40">
<img src="../../../images/space.gif" width="6" height="1">
<img src="<?php echo $GLOBALS['images_static_relative'];?>/space.gif" width="6" height="1">
<input type="text" name="referrals_1" size="42" maxlength="40"><br>

<input type="text" name="medications_2" size="42" maxlength="40">
<img src="../../../images/space.gif" width="6" height="1">
<img src="<?php echo $GLOBALS['images_static_relative'];?>/space.gif" width="6" height="1">
<input type="text" name="referrals_2" size="42" maxlength="40"><br><br>


<br><br>
<center><a href="javascript:top.restoreSession();document.my_form.submit();" class="link_submit">[Save]</a>
<img src="../../../images/space.gif" width="5" height="1">
<img src="<?php echo $GLOBALS['images_static_relative'];?>/space.gif" width="5" height="1">
<a href="<?php echo $GLOBALS['form_exit_url']; ?>" class="link_submit" onclick="top.restoreSession()">[Don't Save]</a></center>
<br>
</form>
Expand Down
38 changes: 19 additions & 19 deletions contrib/forms/individual_treatment_plan/view.php
Expand Up @@ -27,18 +27,18 @@
$result = SqlFetchArray($res); ?>

<b>Date of Referral:</b>&nbsp;<input type="text" name="date_of_referal" value="<?php echo stripslashes($obj{"date_of_referal"});?>">
<img src="../../../images/space.gif" width="260" height="1">
<img src="<?php echo $GLOBALS['images_static_relative'];?>/space.gif" width="260" height="1">
<b>Date of Plan:</b>&nbsp; <?php print date('m/d/y'); ?><br><br>

<img src="../../../images/space.gif" width="28" height="1">
<img src="<?php echo $GLOBALS['images_static_relative'];?>/space.gif" width="28" height="1">
<b>Client Name:</b>&nbsp; <?php echo $result['fname'] . '&nbsp' . $result['mname'] . '&nbsp;' . $result['lname'];?>
<img src="../../../images/space.gif" width="292" height="1">
<img src="<?php echo $GLOBALS['images_static_relative'];?>/space.gif" width="292" height="1">
<b>DCN:</b>
<img src="../../../images/space.gif" width="1" height="1">
<img src="<?php echo $GLOBALS['images_static_relative'];?>/space.gif" width="1" height="1">
<input type="text" name="dcn" value="<?php echo stripslashes($obj{"dcn"});?>"> <br><br>

<b>ICD/9/CM Code:</b>&nbsp;<input type="text" name="icd9" value="<?php echo stripslashes($obj{"icd9"});?>">
<img src="../../../images/space.gif" width="200" height="1">
<img src="<?php echo $GLOBALS['images_static_relative'];?>/space.gif" width="200" height="1">
<b>Prognosis:</b>&nbsp;<input type="text" name="prognosis" value="<?php echo stripslashes($obj{"prognosis"});?>"><br><br>

<b>Diagnosis Description:</b><br>
Expand All @@ -48,24 +48,24 @@
<textarea cols=85 rows=3 wrap=virtual name="presenting_problem" ><?php echo stripslashes($obj{"presenting_problem"});?></textarea><br><br>

<b>Frequency:</b>&nbsp;<input type="text" name="frequency" size="12" maxlength="10" value="<?php echo stripslashes($obj{"frequency"});?>">
<img src="../../../images/space.gif" width="40" height="1">
<img src="<?php echo $GLOBALS['images_static_relative'];?>/space.gif" width="40" height="1">
<b>Duration:</b>&nbsp;<input type="text" name="duration" size="12" maxlength="10" value="<?php echo stripslashes($obj{"duration"});?>">
<img src="../../../images/space.gif" width="40" height="1">
<img src="<?php echo $GLOBALS['images_static_relative'];?>/space.gif" width="40" height="1">
<b>Scope:</b>&nbsp;<input type="text" name="scope" size="12" maxlength="10" value="<?php echo stripslashes($obj{"scope"});?>"><br><br>

<b>Short Term Goals:</b>
<img src="../../../images/space.gif" width="162" height="1">
<img src="<?php echo $GLOBALS['images_static_relative'];?>/space.gif" width="162" height="1">
<b>Time Frame:</b><br>
<input type="text" name="short_term_goals_1" size="42" maxlength="40" value="<?php echo stripslashes($obj{"short_term_goals_1"});?>">
<img src="../../../images/space.gif" width="6" height="1">
<img src="<?php echo $GLOBALS['images_static_relative'];?>/space.gif" width="6" height="1">
<input type="text" name="time_frame_1" size="16" maxlength="15" value="<?php echo stripslashes($obj{"time_frame_1"});?>"><br>

<input type="text" name="short_term_goals_2" size="42" maxlength="40" value="<?php echo stripslashes($obj{"short_term_goals_2"});?>">
<img src="../../../images/space.gif" width="6" height="1">
<img src="<?php echo $GLOBALS['images_static_relative'];?>/space.gif" width="6" height="1">
<input type="text" name="time_frame_2" size="16" maxlength="15" value="<?php echo stripslashes($obj{"time_frame_2"});?>"><br>

<input type="text" name="short_term_goals_3" size="42" maxlength="40" value="<?php echo stripslashes($obj{"short_term_goals_3"});?>">
<img src="../../../images/space.gif" width="6" height="1">
<img src="<?php echo $GLOBALS['images_static_relative'];?>/space.gif" width="6" height="1">
<input type="text" name="time_frame_3" size="16" maxlength="15" value="<?php echo stripslashes($obj{"time_frame_3"});?>"><br><br>

<b>Long Term Goals:</b><br>
Expand All @@ -78,15 +78,15 @@
<input type="checkbox" name="individual_family_therapy" <?php if ($obj{"individual_family_therapy"} == "on") {
echo "checked";
};?>>&nbsp;<b>Individual and / or Family Therapy</b></input>
<img src="../../../images/space.gif" width="6" height="1">
<img src="<?php echo $GLOBALS['images_static_relative'];?>/space.gif" width="6" height="1">
<input type="checkbox" name="substance_abuse" <?php if ($obj{"substance_abuse"} == "on") {
echo "checked";
};?>>&nbsp;<b>Substance Abuse</b></input><br>

<input type="checkbox" name="group_therapy" <?php if ($obj{"group_therapy"} == "on") {
echo "checked";
};?>>&nbsp;<b>Group Therapy - psychoeducational group</b></input>
<img src="../../../images/space.gif" width="6" height="1">
<img src="<?php echo $GLOBALS['images_static_relative'];?>/space.gif" width="6" height="1">
<input type="checkbox" name="parenting" <?php if ($obj{"parenting"} == "on") {
echo "checked";
};?>>&nbsp;<b>Parenting</b></input><br><br>
Expand All @@ -96,26 +96,26 @@

<b>Other supports - agencies</b>
<b>Name:</b>
<img src="../../../images/space.gif" width="38" height="1">
<img src="<?php echo $GLOBALS['images_static_relative'];?>/space.gif" width="38" height="1">
<b>Contact Information</b><br>
<input type="text" name="other_supports_name_1" size="37" maxlength="35" value="<?php echo stripslashes($obj{"other_supports_name_1"});?>">
<img src="../../../images/space.gif" width="6" height="1">
<img src="<?php echo $GLOBALS['images_static_relative'];?>/space.gif" width="6" height="1">
<input type="text" name="other_supports_contact_1" size="37" maxlength="35" value="<?php echo stripslashes($obj{"other_supports_contact_1"});?>"><br>

<input type="text" name="other_supports_name_2" size="37" maxlength="35" value="<?php echo stripslashes($obj{"other_supports_name_2"});?>">
<img src="../../../images/space.gif" width="6" height="1">
<img src="<?php echo $GLOBALS['images_static_relative'];?>/space.gif" width="6" height="1">
<input type="text" name="other_supports_contact_2" size="37" maxlength="35" value="<?php echo stripslashes($obj{"other_supports_contact_2"});?>"><br><br>

<b>Medications</b>
<img src="../../../images/space.gif" width="204" height="1">
<img src="<?php echo $GLOBALS['images_static_relative'];?>/space.gif" width="204" height="1">
<b>Referrals</b><br>

<input type="text" name="medications_1" size="42" maxlength="40" value="<?php echo stripslashes($obj{"medications_1"});?>">
<img src="../../../images/space.gif" width="6" height="1">
<img src="<?php echo $GLOBALS['images_static_relative'];?>/space.gif" width="6" height="1">
<input type="text" name="referrals_1" size="42" maxlength="40" value="<?php echo stripslashes($obj{"referrals_1"});?>"><br>

<input type="text" name="medications_2" size="42" maxlength="40" value="<?php echo stripslashes($obj{"medications_2"});?>">
<img src="../../../images/space.gif" width="6" height="1">
<img src="<?php echo $GLOBALS['images_static_relative'];?>/space.gif" width="6" height="1">
<input type="text" name="referrals_2" size="42" maxlength="40" value="<?php echo stripslashes($obj{"referrals_2"});?>"><br><br>

<?php /* From New */ ?>
Expand Down
10 changes: 5 additions & 5 deletions custom/download_qrda.php
Expand Up @@ -150,10 +150,10 @@ function closeMe() {
<th scope="col" class="multiDownload">
<input type="checkbox" name="checkAll" id="checkAll"/>
<div style="display:none" id=downloadAll>
<img class='downloadIcon' src='<?php echo $GLOBALS['webroot'];?>/images/downbtn.gif' onclick=downloadAllXML(); />
<img class="downloadIcon" src="<?php echo $GLOBALS['images_static_relative'];?>/downbtn.gif" />
</div>
<div style='display:none' id=spinAll>;
<img src='<?php echo $GLOBALS['webroot'];?>/interface/pic/ajax-loader.gif'/>
<div style="display:none" id=spinAll>
<img src="<?php echo $GLOBALS['webroot'];?>/interface/pic/ajax-loader.gif"/>
</div>
</th>
<th scope="col">
Expand Down Expand Up @@ -205,15 +205,15 @@ function closeMe() {
echo "</td>";
echo "<td align=center>";
echo "<div id=download" . attr($counter) . ">";
echo "<img class='downloadIcon' src='" . $GLOBALS['webroot'] . "/images/downbtn.gif' onclick=downloadXML(" . attr_js($counter) . ",1); />";
echo "<img class='downloadIcon' src='" . $GLOBALS['images_static_relative'] . "/downbtn.gif' onclick=downloadXML(" . attr_js($counter) . ",1); />";
echo "</div>";
echo "<div style='display:none' id=spin" . attr($counter) . ">";
echo "<img src='" . $GLOBALS['webroot'] . "/interface/pic/ajax-loader.gif'/>";
echo "</div>";
echo "</td>";
echo "<td>";
echo "<div style='display:none' id=checkmark" . attr($counter) . ">";
echo "<img src='" . $GLOBALS['webroot'] . "/images/checkmark.png' />";
echo "<img src='" . $GLOBALS['images_static_relative'] . "/checkmark.png' />";
echo "</div>";
echo "</td>";
echo "</tr>";
Expand Down
Binary file removed images/check.png
Binary file not shown.
Binary file removed images/leftbtn.gif
Binary file not shown.
Binary file removed images/loading.gif
Binary file not shown.
Binary file removed images/module.png
Binary file not shown.
Binary file removed images/rightbtn.gif
Binary file not shown.
Binary file removed images/upbtn.gif
Binary file not shown.
3 changes: 1 addition & 2 deletions interface/forms/eye_mag/php/eye_mag_functions.php
Expand Up @@ -4061,7 +4061,7 @@ function report_header($pid, $direction = 'shell')
echo "<img src='$practice_logo' align='left' style='width:100px;margin:0px 10px;'><br />\n";
}
}
?>
?>
</td>
clairenoelle marked this conversation as resolved.
Show resolved Hide resolved
<td style='width:40%;'>
<em style="font-weight:bold;font-size:1.4em;"><?php echo text($facility['name']); ?></em><br />
Expand Down Expand Up @@ -4926,7 +4926,6 @@ function display_GlaucomaFlowSheet($pid, $bywhat = 'byday')
$count=0;
foreach ($documents['docs_in_name']['VF'] as $VF) {
if ($count < 1) {
// $episode .= '<a onclick="openNewForm(\''.$GLOBALS['webroot'].'/controller.php?document&view&patient_id='.$pid.'&doc_id='.$id_to_show.'\',\'Documents\');"><img src="../../forms/'.$form_folder.'/images/jpg.png" class="little_image" /></a>';

$current_VF = '<tr><td class="GFS_td_1 blue">
<a onclick="openNewForm(\''.$GLOBALS['webroot'].'/controller.php?document&view&patient_id='.attr($pid).'&doc_id='.attr($VF['id']).'\',\'Documents\');">
Expand Down
4 changes: 2 additions & 2 deletions interface/main/authorizations/authorizations.php
Expand Up @@ -69,10 +69,10 @@

<!-- 'buttons' to min/max the bottom frame -JRM -->
<div id="max" title="Restore this information">
<img src="<?php echo $GLOBALS['webroot']; ?>/images/max.gif">
<img src="<?php echo $GLOBALS['images_static_relative']; ?>/max.gif">
</div>
<div id="min" title="Minimize this information">
<img src="<?php echo $GLOBALS['webroot']; ?>/images/min.gif">
<img src="<?php echo $GLOBALS['images_static_relative']; ?>/min.gif">
</div>

<?php if ($imauthorized) { ?>
Expand Down
Expand Up @@ -237,7 +237,7 @@
<input type="text" name="patient_name" size="15" value="[-$patient_value-]" readonly >
<input type="hidden" name="event_pid" value="[-$event_pid-]">
<a href="javascript:{}" onclick="top.restoreSession();var URL='[-$webroot-]/controller.php?patient_finder&find&form_id=add_event[\'event_pid\']&form_name=add_event[\'patient_name\']&pid=true'; window.open(URL, 'add_event', 'toolbar=0,scrollbars=1,location=0,statusbar=1,menubar=0,resizable=1,width=450,height=400,left = 425,top = 250');">
<img src="[-$webroot-]/images/stock_search-16.png" border="0"</a>
<img src="<?php echo $GLOBALS['images_static_relative']; ?>/stock_search-16.png" border="0" </a>
clairenoelle marked this conversation as resolved.
Show resolved Hide resolved

</td><td>&nbsp;</td><td>
Provider<br />
Expand Down
Expand Up @@ -105,7 +105,7 @@ <h2>[-php-] xl('Searching for appointments','e'); [-/php-]</h2>
echo "<td class='calsearch_provider'>".$event['provider_name'];
$imgtitle = $provinfo['fname'] . " " . xl('contact info') . ":\n";
$imgtitle .= $provinfo['phonew1']."\n".$provinfo['street']."\n".$provinfo['city']." ".$provinfo['state'];
echo " <img class'provinfo' src='".$GLOBALS['webroot']."/images/info.png' title=\"".$imgtitle."\" />";
echo " <img class'provinfo' src='". $GLOBALS['images_static_relative']/deleteBtn.png . "' title=\"".$imgtitle."\" />";
clairenoelle marked this conversation as resolved.
Show resolved Hide resolved
echo "</td>";

// category
Expand Down Expand Up @@ -190,4 +190,3 @@ <h2>[-php-] xl('Searching for appointments','e'); [-/php-]</h2>
</script>

[-*include file="$TPL_NAME/views/footer.html"*-]

Expand Up @@ -259,7 +259,6 @@
$addPagebreak = true;

echo "<div id='bigCalHeader'>";
//echo "<img src='/images/cfa_logo_small.gif' style='position:relative; z-index:-100'/>";

echo "<div id='bigCalText'>";
// output the provider name
Expand Down
2 changes: 1 addition & 1 deletion interface/patient_file/encounter/forms.php
Expand Up @@ -909,7 +909,7 @@ function myGetRegistered($state = "1", $limit = "unlimited", $offset = "0")
<br>
<a href="<?php echo $doc_url;?>" style="font-size:small;" onsubmit="return top.restoreSession()"><?php echo text(oeFormatShortDate($doc_iter['docdate'])) . ": " . text(basename($doc_iter['url']));?></a>
<?php if ($note != '') {?>
<a href="javascript:void(0);" title="<?php echo attr($note);?>"><img src="../../../images/info.png"/></a>
<a href="javascript:void(0);" title="<?php echo attr($note);?>"><img src="<?php echo $GLOBALS['images_static_relative']; ?>/info.png"/></a>
<?php }?>
<?php } ?>
</div>
Expand Down