mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-15 05:53:13 +00:00
forms' skin updated for Editwindow
This commit is contained in:
@@ -1513,7 +1513,7 @@ function preset_copy()
|
||||
{
|
||||
var c = p4.edit.T_fields[i]._value == "" ? "" : "checked=\"1\"";
|
||||
var v = p4.edit.T_fields[i]._value;
|
||||
html += "<div><input type=\"checkbox\" class=\"checkbox\" id=\"new_preset_"+p4.edit.T_fields[i].name+"\" value=\""+i+"\" "+c+"/><label for=\"new_preset_"+p4.edit.T_fields[i].name+"\">" +"<b>" + p4.edit.T_fields[i].name + " : </b></label> ";
|
||||
html += "<div><label class=\"checkbox\" for=\"new_preset_" + p4.edit.T_fields[i].name + "\"><input type=\"checkbox\" class=\"checkbox\" id=\"new_preset_" + p4.edit.T_fields[i].name + "\" value=\"" + i + "\" " + c + "/>" + "<b>" + p4.edit.T_fields[i].name + " : </b></label> ";
|
||||
html += cleanTags(p4.edit.T_fields[i]._value) + "</div>";
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user