Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
drupal-3443488
Manage
Activity
Members
Labels
Plan
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Issue forks
drupal-3443488
Commits
e89e4fbd
Commit
e89e4fbd
authored
19 years ago
by
Dries Buytaert
Browse files
Options
Downloads
Patches
Plain Diff
- Patch
#22127
by kbahey: fixed search box in PHPTemplate-based core themes.
parent
63019040
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
themes/bluemarine/page.tpl.php
+1
-1
1 addition, 1 deletion
themes/bluemarine/page.tpl.php
themes/pushbutton/page.tpl.php
+2
-2
2 additions, 2 deletions
themes/pushbutton/page.tpl.php
with
3 additions
and
3 deletions
themes/bluemarine/page.tpl.php
+
1
−
1
View file @
e89e4fbd
...
...
@@ -24,7 +24,7 @@
<div
id=
"primary"
>
<?php
print
theme
(
'links'
,
$primary_links
)
?>
</div>
<?php
if
(
$search_box
)
{
?>
<form
action=
"
<?php
print
$search_url
?>
"
method=
"post"
>
<div
id=
"search"
>
<input
class=
"form-text"
type=
"text"
size=
"15"
value=
""
name=
"keys"
alt=
"
<?php
print
$search_description
?>
"
/>
<input
class=
"form-text"
type=
"text"
size=
"15"
value=
""
name=
"
edit[
keys
]
"
alt=
"
<?php
print
$search_description
?>
"
/>
<input
class=
"form-submit"
type=
"submit"
value=
"
<?php
print
$search_button_text
?>
"
/>
</div>
</form>
<?php
}
?>
...
...
This diff is collapsed.
Click to expand it.
themes/pushbutton/page.tpl.php
+
2
−
2
View file @
e89e4fbd
...
...
@@ -56,7 +56,7 @@
<?php
if
(
$search_box
)
:
?>
<form
action=
"
<?php
print
$search_url
?>
"
method=
"post"
>
<div
id=
"search"
>
<input
class=
"form-text"
type=
"text"
size=
"15"
value=
""
name=
"keys"
alt=
"
<?php
print
$search_description
?>
"
/>
<input
class=
"form-text"
type=
"text"
size=
"15"
value=
""
name=
"
edit[
keys
]
"
alt=
"
<?php
print
$search_description
?>
"
/>
<input
class=
"form-submit"
type=
"submit"
value=
"
<?php
print
$search_button_text
?>
"
alt=
"submit"
/>
</div>
</form>
...
...
@@ -139,4 +139,4 @@
<?php
endif
;
?>
<?php
print
$closure
;
?>
</body>
</html>
\ No newline at end of file
</html>
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
register
or
sign in
to comment