14 lines
449 B
PHP
14 lines
449 B
PHP
|
<fieldset>
|
||
|
<legend>Register a TSM node</legend>
|
||
|
|
||
|
<p>Please give us a description for this node.<p>
|
||
|
<?php echo Form::input('description','',array('divclass'=>'col-md-6','label'=>'Description','placeholder'=>'Description for Node')); ?>
|
||
|
</fieldset>
|
||
|
|
||
|
<div class="row">
|
||
|
<div class="col-md-offset-1">
|
||
|
<button type="submit" class="btn btn-primary">Save changes</button>
|
||
|
<button type="button" class="btn btn-default">Cancel</button>
|
||
|
</div>
|
||
|
</div>
|