mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-07 01:54:22 +00:00
Use proper style for hints
This commit is contained in:
@@ -1304,7 +1304,7 @@
|
||||
//print out hints, if not null
|
||||
if(inputs[z].getHints() != null)
|
||||
{
|
||||
String hints = "<div class=\"alert alert-info\">" +
|
||||
String hints = "<div class=\"help-block\">" +
|
||||
inputs[z].getHints() +
|
||||
"</div>";
|
||||
|
||||
|
Reference in New Issue
Block a user