Skip to content

Commit

Permalink
Fix page titles
Browse files Browse the repository at this point in the history
  • Loading branch information
ehuelsmann committed Nov 29, 2024
1 parent 76202b8 commit 3e8c35e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion UI/asset/import_asset.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[% PROCESS 'elements.html' %]
<body class="lsmb [% dojo_theme %]">
<div id="assets">
<div class="listtop">[% title %]</div>
<div class="listtop">[% text('Import assets') %]</div>
<div class="info">[% info %]</div>
<form data-dojo-type="lsmb/Form" action="[% script %]" method="post" enctype="multipart/form-data">
<div class="inputrow" id="daterow">
Expand Down
2 changes: 1 addition & 1 deletion UI/asset/search_asset.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[% PROCESS 'elements.html' %]
<body class="lsmb [% dojo_theme %]">
<div id="asset-search">
<div class="listtop">[% asset.title %]</div>
<div class="listtop">[% text('Search Asset') %]</div>
<form data-dojo-type="lsmb/Form" action="[% request.script %]" method="get">
<!-- These are for Javascript automation of defaults -CT -->
[% PROCESS input element_data = {
Expand Down
2 changes: 1 addition & 1 deletion UI/budgetting/budget_entry.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<div id="budgets">
<form data-dojo-type="lsmb/Form" method="post" action="[% request.script %]">
<div id="budget-header">
<div class="listtop">[% title %]</div>
<div class="listtop">[% IF id ; text('Edit budget'); ELSE ; text('Add budget') ; END %]</div>
<div class="input_row" id = "reference_row">
<div class="input_group">
[% INCLUDE input element_data = {
Expand Down
2 changes: 1 addition & 1 deletion UI/business_units/list_classes.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[% PROCESS 'elements.html' %]
<body class="lsmb [% request.dojo_theme %]">
<div class="listtop">[% request.title %]</div>
<div class="listtop">[% text('Reporting Units') %]</div>
<div id="business_units">
<div class="table">
<!-- headings -->
Expand Down

0 comments on commit 3e8c35e

Please sign in to comment.