From 5d93b3a4ecc8931eb8c2fcf619eb34c30068bccc Mon Sep 17 00:00:00 2001 From: Florian Schaal <florian@schaal-24.de> Date: Fri, 09 Jan 2015 11:34:21 -0500 Subject: [PATCH] add missing sql-column mail_user.sender_cc to inc-updates --- interface/web/sites/templates/web_directive_snippets.htm | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/interface/web/sites/templates/web_directive_snippets.htm b/interface/web/sites/templates/web_directive_snippets.htm index 664a07f..93e8b94 100644 --- a/interface/web/sites/templates/web_directive_snippets.htm +++ b/interface/web/sites/templates/web_directive_snippets.htm @@ -1,14 +1,14 @@ -<div class="ctrlHolder"> - <label for="directive_snippets_id"> +<div class="form-group"> + <label for="directive_snippets_id" class="col-sm-3 control-label"> {tmpl_var name='directive_snippets_id_txt'} </label> - <select name="directive_snippets_id" id="directive_snippets_id" class="selectInput formLengthHalf"> + <div class="col-sm-9"><select name="directive_snippets_id" id="directive_snippets_id" class="form-control"> <option value="0"></option> <tmpl_loop name="records"> <option {tmpl_if name='is_selected' op='==' value='true'}selected="selected" {/tmpl_if}value="{tmpl_var name='directive_snippets_id'}"> {tmpl_var name='name'} </option> </tmpl_loop> - </select> + </select></div> </div> \ No newline at end of file -- Gitblit v1.9.1