Added 300 messages and defaulting url link to domain rendered
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
<legend>Create New Short Cut</legend>
|
||||
<select id="domain" class="span2" name="domain" class="input-medium">
|
||||
<?php foreach ($domains as $do): ?>
|
||||
<option><?php echo $do->domain; ?></option>
|
||||
<option <?php echo ($do->domain == $_SERVER['HTTP_HOST']) ? 'selected="selected"' : '' ?>><?php echo $do->domain; ?></option>
|
||||
<?php endforeach ?>
|
||||
</select>
|
||||
<label>/</label>
|
||||
@@ -15,4 +15,8 @@
|
||||
<span class="help-block" id="help-url">To point to which URL?</span>
|
||||
<button type="submit" class="btn" disabled>Submit</button>
|
||||
</fieldset>
|
||||
<br/>
|
||||
<fieldset>
|
||||
<legend>This domain may be for <a href="http://www.afternic.com/leenooks">sale</a>!</legend>
|
||||
</fieldset>
|
||||
</form>
|
||||
|
Reference in New Issue
Block a user