forked from openemr/openemr
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Dialog styles Add style to dialog Alert and Confirm * Add missing portal-theme to custom reports. * fix following warnings [06-Nov-2024 10:48:26 America/New_York] PHP Warning: Undefined array key "HTTP_HOST" in C:\xampp\htdocs\openemr\index.php on line 12 [06-Nov-2024 12:46:07 America/New_York] You must call one of in() or append() methods before iterating over a Finder. * fix double x out alert in signer_api * add back fade out
- Loading branch information
Showing
5 changed files
with
40 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ | |
* @copyright Copyright (C) 2024 Open Plan IT Ltd. <[email protected]> | ||
* @license https://github.com/openemr/openemr/blob/master/LICENSE GNU General Public License 3 | ||
#} | ||
{{ setupHeader(['textformat', 'datetime-picker','datetime-picker-translated']) }} | ||
{{ setupHeader(['no_main-theme', 'portal-theme', 'textformat', 'datetime-picker','datetime-picker-translated']) }} | ||
<style> | ||
input[type="checkbox"], | ||
input[type="radio"] { | ||
|