This article applies to ASPRunner.NET, PHPRunner and ASPRunnerPro.
To change the appearance of 'Add new' link next to dropdown box add the following code to Javascript OnLoad event of Add/Edit pages:
$("a[id^=addnew_value]").text('Add some more');
$("a[id^=addnew_value]").css('color','green');
Here is how it is going to look in the generated application:
