Removed deprecated vivo-basic theme in prep for 1.3 release and deleted all references to it

This commit is contained in:
cappadona 2011-06-24 11:05:27 +00:00
parent fcf06544cc
commit aa04e188a2

View file

@ -113,11 +113,4 @@
<font color="red"><form:error name="LogotypeHeight"/></font> <font color="red"><form:error name="LogotypeHeight"/></font>
</td> </td>
</tr> </tr>
<script type="text/javascript" > <script type="text/javascript" >
$(function() {
$("#ThemeDir option").each(function(i){
if ($(this).text() == "vivo-basic")
$(this).text("vivo-basic (deprecated)");
});
});
</script>