Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
Heyheylibrary
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TheJoeCoder
Heyheylibrary
Commits
8c5d66cb
Verified
Commit
8c5d66cb
authored
Jul 2, 2024
by
TheJoeCoder
Browse files
Options
Downloads
Patches
Plain Diff
Change search position and text
parent
876a4cd0
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
librarian/templates/librarian/base.html
+4
-4
4 additions, 4 deletions
librarian/templates/librarian/base.html
with
4 additions
and
4 deletions
librarian/templates/librarian/base.html
+
4
−
4
View file @
8c5d66cb
...
@@ -14,16 +14,16 @@
...
@@ -14,16 +14,16 @@
{% endblock %}
{% endblock %}
{% block after_navbar_items %}
{% block after_navbar_items %}
<form
class=
"d-flex px-2"
role=
"search"
action=
"{% url "
librarian:search_all
"
%}"
>
<input
class=
"form-control me-2"
type=
"search"
placeholder=
"Search All"
aria-label=
"Search"
name=
"q"
>
<button
class=
"btn btn-outline-success"
type=
"submit"
>
Search
</button>
</form>
<div
class=
"d-flex px-2"
>
<div
class=
"d-flex px-2"
>
<a
class=
"btn btn-success"
href=
"{% url "
librarian:barcode_queue
"
%}"
<a
class=
"btn btn-success"
href=
"{% url "
librarian:barcode_queue
"
%}"
data-bs-toggle=
"tooltip"
data-bs-placement=
"bottom"
data-bs-title=
"Barcode Queue"
aria-description=
"Barcode queue"
>
data-bs-toggle=
"tooltip"
data-bs-placement=
"bottom"
data-bs-title=
"Barcode Queue"
aria-description=
"Barcode queue"
>
<i
class=
"bi bi-upc"
></i>
<i
class=
"bi bi-upc"
></i>
</a>
</a>
</div>
</div>
<form
class=
"d-flex px-2"
role=
"search"
action=
"{% url "
librarian:search_all
"
%}"
>
<input
class=
"form-control me-2"
type=
"search"
placeholder=
"Search anything..."
aria-label=
"Search"
name=
"q"
>
<button
class=
"btn btn-outline-success"
type=
"submit"
>
Search
</button>
</form>
{% endblock %}
{% endblock %}
{% block page_scripts %}
{% block page_scripts %}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
sign in
to comment