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