Change procedure management. Using URL instead of file

This commit is contained in:
Guillaume COEUGNET
2016-06-06 11:41:41 +02:00
parent 88eb7c4c04
commit 6c8a75a5f7
5 changed files with 9 additions and 12 deletions

View File

@@ -135,7 +135,7 @@ if(is_admin() !== false) {
</div>
</div>
<div class='form-group'>
<label for='proc' class='col-sm-3 control-label'>Doc name: </label>
<label for='proc' class='col-sm-3 control-label'>Procedure URL: </label>
<div class='col-sm-9'>
<input type='text' id='proc' name='proc' class='form-control' maxlength='30'>
</div>