Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong HTML markup for date field in advanced search #4904

Closed
Jimmi08 opened this issue Nov 1, 2022 · 0 comments
Closed

Wrong HTML markup for date field in advanced search #4904

Jimmi08 opened this issue Nov 1, 2022 · 0 comments
Labels
type: bug A problem that should not be happening
Milestone

Comments

@Jimmi08
Copy link
Contributor

Jimmi08 commented Nov 1, 2022

Bug Description

There is class col used 2x + hardcoded   that is causing this in bootstrap5 (flex)

image

How to Reproduce

in function sc_search_advanced_block:

<div class='form-inline row row-cols-lg-auto g-3'>
						<div class='col col-sm-3'>
							<select id='on' name='on' class='tbox form-control col'>
							<option value='new' ".($_GET['on'] == 'new' ? "selected='selected'" : "").">".LAN_SEARCH_34."</option>
							<option value='old' ".($_GET['on'] == 'old' ? "selected='selected'" : "").">".LAN_SEARCH_35."</option>
							</select>&nbsp;
						</div>
						<div class='col'>

Thanks

@Jimmi08 Jimmi08 added the type: bug A problem that should not be happening label Nov 1, 2022
@CaMer0n CaMer0n added this to the e107 2.3.3 milestone Dec 10, 2022
@CaMer0n CaMer0n changed the title wrong HTML markup for date field in advanced search Wrong HTML markup for date field in advanced search Nov 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug A problem that should not be happening
Projects
None yet
Development

No branches or pull requests

2 participants