Skip to content

Commit

Permalink
SAK-48265 Trinity Portal PA System: create pop up & create banner scr…
Browse files Browse the repository at this point in the history
…eens do not obey dark theme (sakaiproject#11175)
  • Loading branch information
kunaljaykam authored Jan 15, 2023
1 parent e3710cf commit ed47bc9
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@
<!-- end of synoptic announcement options -->
#end

<fielset>
<fieldset class="border p-2">
<legend>
<h4>
$tlang.getString("custom.dplimits")
Expand Down Expand Up @@ -244,7 +244,7 @@
</div>
</div>

</fielset>
</fieldset>

<p class="act">
<input type="submit" class="active" name="eventSubmit_doUpdate" value="$tlang.getString("gen.update")" accesskey="s" />
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<div class="form-control">
<form class="form-horizontal" method="POST" action="{{{actionURL this 'banners' banner.uuid mode}}}">
<fieldset class="border p-2">
<legend class="w-auto">{{{t this "Create Banner"}}}</legend>
<div class="d-flex align-items-start justify-content-end m-3">
<label class="form-control-label mx-4" for="message">{{{t this "Message"}}}</label>
<div class="col-sm-10">
Expand Down Expand Up @@ -65,5 +66,5 @@
<input class="btn btn-primary" type="submit" name="save" value="{{{t this "Save Banner"}}}">
<input class="btn btn-primary pasystem-cancel-btn" data-target="{{baseURL}}" type="button" name="cancel" value="{{{t this "Cancel"}}}">
</div>
</form>
</div>
</fieldset>
</form>
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<div class="form-control">
<form enctype="multipart/form-data" class="form-horizontal" method="POST" action="{{{actionURL this 'popups' popup.uuid mode}}}">
<fieldset class="border p-2">
<legend class="w-auto">{{{t this "Create Popup"}}}</legend>
<div class="d-flex align-items-start justify-content-end m-3">
<label class="form-control-label mx-4" for="descriptor">{{{t this "Description"}}}</label>
<div class="col-sm-10">
Expand Down Expand Up @@ -61,5 +62,5 @@
<input class="btn btn-primary" type="submit" name="create" value="{{{t this "Save Popup"}}}">
<input class="btn btn-primary pasystem-cancel-btn" data-target="{{baseURL}}" type="button" name="cancel" value="{{{t this "Cancel"}}}">
</div>
</fieldset>
</form>
</div>

0 comments on commit ed47bc9

Please sign in to comment.