~bestpractical/rt/master

« back to all changes in this revision

Viewing changes to share/html/Elements/FindAsset

  • Committer: sunnavy
  • Date: 2023-10-19 19:45:11 UTC
  • mfrom: (8471.1.577)
  • Revision ID: git-v1:9fca83d11d15fb8034308194b9c9052d5df7d454
Merge branch '5.0-trunk'

Show diffs side-by-side

added added

removed removed

Lines of Context:
47
47
%# END BPS TAGGED BLOCK }}}
48
48
<&|/Widgets/TitleBox, title => loc('Find an asset') &>
49
49
<form action="<% RT->Config->Get('WebPath') %>/Asset/Search/">
50
 
  <input type="text" name="q" />
51
 
  <input type="submit" value="<&|/l&>Search</&>" class="button" />
 
50
  <div class="row mt-2 justify-content-center">
 
51
    <div class="col-9">
 
52
      <input type="text" class="form-control" name="q" />
 
53
    </div>
 
54
    <div class="col-auto">
 
55
      <input type="submit" value="<&|/l&>Search</&>" class="form-control btn btn-primary button" />
 
56
    </div>
 
57
  </div>
52
58
</form>
53
59
</&>