change vivo-basic select text to vivo-basic (deprecated)
This commit is contained in:
parent
5f2fd2ee6a
commit
27b2f2d95c
1 changed files with 8 additions and 1 deletions
|
@ -148,7 +148,14 @@
|
|||
<font color="red"><form:error name="LogotypeHeight"/></font>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<script type="text/javascript" >
|
||||
$(function() {
|
||||
$("#ThemeDir option").each(function(i){
|
||||
if ($(this).text() == "vivo-basic")
|
||||
$(this).text("vivo-basic (deprecated)");
|
||||
});
|
||||
});
|
||||
</script>
|
||||
<% /*
|
||||
|
||||
<tr class="editformcell">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue