Merge branch 'master' of http://code.brln.tv/diffusion/ARCH/archilance into mukhtar
commit
0d16906b77
16 changed files with 174 additions and 32 deletions
@ -0,0 +1,19 @@ |
||||
# -*- coding: utf-8 -*- |
||||
# Generated by Django 1.9.7 on 2016-09-06 14:13 |
||||
from __future__ import unicode_literals |
||||
|
||||
from django.db import migrations |
||||
|
||||
|
||||
class Migration(migrations.Migration): |
||||
|
||||
dependencies = [ |
||||
('common', '0013_liveimageupload'), |
||||
] |
||||
|
||||
operations = [ |
||||
migrations.AlterModelOptions( |
||||
name='liveimageupload', |
||||
options={'verbose_name': 'Живая загрузка изображений', 'verbose_name_plural': 'Живая загрузка изображений'}, |
||||
), |
||||
] |
||||
@ -0,0 +1,19 @@ |
||||
<div class="modal fade" id="addTeamMemberModal" tabindex="-1"> |
||||
<div class="modal-dialog" role="document"> |
||||
<div class="modal-content"> |
||||
<div class="modal-header"> |
||||
<button type="button" class="close" data-dismiss="modal"><span>×</span></button> |
||||
<h4 class="modal-title" id="myModalLabel">Modal title</h4> |
||||
</div> |
||||
|
||||
<div class="modal-body"> |
||||
<input type="hidden" class="-contractor-select" style="width: 100%"> |
||||
</div> |
||||
|
||||
<div class="modal-footer"> |
||||
<button type="button" class="btn btn-default" data-dismiss="modal">Отмена</button> |
||||
<button type="button" class="btn btn-primary -action-button">Пригласить</button> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
Loading…
Reference in new issue