change vivo-basic select text to vivo-basic (deprecated)

This commit is contained in:
tlw72 2011-01-18 21:52:11 +00:00
parent 5f2fd2ee6a
commit 27b2f2d95c

View file

@ -148,7 +148,14 @@
<font color="red"><form:error name="LogotypeHeight"/></font> <font color="red"><form:error name="LogotypeHeight"/></font>
</td> </td>
</tr> </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"> <tr class="editformcell">