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

HTML5 input field enhancements #609

Conversation

ZweiSteinSoft
Copy link
Contributor

No description provided.

@@ -30,7 +30,8 @@ function PMA_getHtmlForDisplayIndexes()
);
$html_output .= sprintf(
__('Create an index on  %s columns'),
'<input type="text" size="2" name="added_fields" value="1" />'
'<input type="number" size="2" name="added_fields" value="1" '
. 'min="1"�required />'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this � character intentional here?

nijel added a commit that referenced this pull request Aug 21, 2013
…-html5-required

HTML5 input field enhancements
@nijel nijel merged commit 5c3744a into phpmyadmin:master Aug 21, 2013
@ZweiSteinSoft ZweiSteinSoft deleted the feature/input-field-type-password-html5-required branch August 21, 2013 10:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants