Skip to content
Snippets Groups Projects
Commit 633644a9 authored by Chris Hallberg's avatar Chris Hallberg
Browse files

Bootstrap: Prevent record saving if the record is in all available lists.

parent 34554bed
No related merge requests found
...@@ -41,22 +41,24 @@ ...@@ -41,22 +41,24 @@
</div> </div>
</div> </div>
<div class="control-group"> <? if ($showLists): ?>
<label class="control-label" for="add_mytags"><?=$this->transEsc('Add Tags') ?></label> <div class="control-group">
<div class="controls"> <label class="control-label" for="add_mytags"><?=$this->transEsc('Add Tags') ?></label>
<input class="input-xlarge" id="add_mytags" type="text" name="mytags" value=""/> <div class="controls">
<span class="help-block"><?=$this->transEsc("add_tag_note") ?></span> <input class="input-xlarge" id="add_mytags" type="text" name="mytags" value=""/>
<span class="help-block"><?=$this->transEsc("add_tag_note") ?></span>
</div>
</div> </div>
</div> <div class="control-group">
<div class="control-group"> <label class="control-label" for="add_notes"><?=$this->transEsc('Add a Note') ?></label>
<label class="control-label" for="add_notes"><?=$this->transEsc('Add a Note') ?></label> <div class="controls">
<div class="controls"> <textarea class="input-xlarge" id="add_notes" name="notes" rows="3"></textarea>
<textarea class="input-xlarge" id="add_notes" name="notes" rows="3"></textarea> </div>
</div> </div>
</div> <div class="control-group">
<div class="control-group"> <div class="controls">
<div class="controls"> <input class="btn btn-primary" type="submit" value="<?=$this->transEsc('Save to List') ?>"/>
<input class="btn btn-primary" type="submit" value="<?=$this->transEsc('Save to List') ?>"/> </div>
</div> </div>
</div> <? endif; ?>
</form> </form>
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment