placeholder
This commit is contained in:
parent
de37c114b7
commit
97d362d1e1
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ $this->extend('../Layout/TwitterBootstrap/dashboard');
|
|||
|
||||
<label class="col-lg-3 control-label">Location</label>
|
||||
<div class="col-lg-8">
|
||||
<?= $this->Form->input('description', array('label' => false, 'div' => false, 'placeholder' => 'Location Description')) ?>
|
||||
<?= $this->Form->input('description', array('label' => false, 'div' => false, 'placeholder' => 'Location Description (eg. AMS DC)')) ?>
|
||||
</div>
|
||||
|
||||
<label class="col-lg-3 control-label">Domain Connection</label>
|
||||
|
|
Loading…
Reference in a new issue