This is an automated email from the git hooks/post-receive script. New commit to branch feature/882-angular in repository chorem. See http://git.chorem.org/chorem.git commit a5f63dcaecb0f1334ef6b907990da330e1a681b7 Author: kootox <jean.couteau@gmail.com> Date: Tue Mar 10 16:43:59 2015 +0100 refs #882 : Remove useless footers --- .../src/main/webapp/WEB-INF/jsp/crm/partials/companyCreateCard.html | 4 ---- .../src/main/webapp/WEB-INF/jsp/crm/partials/companyEditCard.html | 6 +----- .../src/main/webapp/WEB-INF/jsp/crm/partials/companyInfoCard.html | 3 --- .../webapp/WEB-INF/jsp/crm/partials/contactDetailsCreateCard.html | 4 ---- .../webapp/WEB-INF/jsp/crm/partials/contactDetailsInfoCard.html | 3 --- .../webapp/WEB-INF/jsp/crm/partials/contactDetailsListCard.html | 3 --- .../main/webapp/WEB-INF/jsp/crm/partials/employeeCreateCard.html | 3 --- .../src/main/webapp/WEB-INF/jsp/crm/partials/employeeInfoCard.html | 3 --- .../src/main/webapp/WEB-INF/jsp/crm/partials/employeesListCard.html | 3 --- .../src/main/webapp/WEB-INF/jsp/crm/partials/noteCreateCard.html | 4 ---- .../src/main/webapp/WEB-INF/jsp/crm/partials/noteDetailCard.html | 3 --- .../src/main/webapp/WEB-INF/jsp/crm/partials/notesListCard.html | 3 --- 12 files changed, 1 insertion(+), 41 deletions(-) diff --git a/chorem-webmotion/src/main/webapp/WEB-INF/jsp/crm/partials/companyCreateCard.html b/chorem-webmotion/src/main/webapp/WEB-INF/jsp/crm/partials/companyCreateCard.html index f384092..48d8c39 100644 --- a/chorem-webmotion/src/main/webapp/WEB-INF/jsp/crm/partials/companyCreateCard.html +++ b/chorem-webmotion/src/main/webapp/WEB-INF/jsp/crm/partials/companyCreateCard.html @@ -36,8 +36,4 @@ <div class="modal-footer"> </div> - - <div class="panel-footer"> - - </div> </div> \ No newline at end of file diff --git a/chorem-webmotion/src/main/webapp/WEB-INF/jsp/crm/partials/companyEditCard.html b/chorem-webmotion/src/main/webapp/WEB-INF/jsp/crm/partials/companyEditCard.html index 74ff087..c4083ef 100644 --- a/chorem-webmotion/src/main/webapp/WEB-INF/jsp/crm/partials/companyEditCard.html +++ b/chorem-webmotion/src/main/webapp/WEB-INF/jsp/crm/partials/companyEditCard.html @@ -33,14 +33,10 @@ </form> </div> - <div class="modal-footer"> + <div class="panel-footer"> <button class="btn btn-danger btn-block" ng-click="deleteCompany()"> <i class="fa fa-trash-o"></i> Supprimer la société </button> </div> - - <div class="panel-footer"> - - </div> </div> \ No newline at end of file diff --git a/chorem-webmotion/src/main/webapp/WEB-INF/jsp/crm/partials/companyInfoCard.html b/chorem-webmotion/src/main/webapp/WEB-INF/jsp/crm/partials/companyInfoCard.html index e6bc455..055ee4b 100644 --- a/chorem-webmotion/src/main/webapp/WEB-INF/jsp/crm/partials/companyInfoCard.html +++ b/chorem-webmotion/src/main/webapp/WEB-INF/jsp/crm/partials/companyInfoCard.html @@ -23,7 +23,4 @@ <h4 class="list-group-item-heading">{{company.type}}</h4> </div> </div> - <div class="panel-footer"> - <small class="pull-left"> </small> - </div> </div> \ No newline at end of file diff --git a/chorem-webmotion/src/main/webapp/WEB-INF/jsp/crm/partials/contactDetailsCreateCard.html b/chorem-webmotion/src/main/webapp/WEB-INF/jsp/crm/partials/contactDetailsCreateCard.html index 76cf883..ed75d7c 100644 --- a/chorem-webmotion/src/main/webapp/WEB-INF/jsp/crm/partials/contactDetailsCreateCard.html +++ b/chorem-webmotion/src/main/webapp/WEB-INF/jsp/crm/partials/contactDetailsCreateCard.html @@ -40,8 +40,4 @@ </form> </div> - - <div class="panel-footer"> - - </div> </div> \ No newline at end of file diff --git a/chorem-webmotion/src/main/webapp/WEB-INF/jsp/crm/partials/contactDetailsInfoCard.html b/chorem-webmotion/src/main/webapp/WEB-INF/jsp/crm/partials/contactDetailsInfoCard.html index 6ff4a1d..0e107b8 100644 --- a/chorem-webmotion/src/main/webapp/WEB-INF/jsp/crm/partials/contactDetailsInfoCard.html +++ b/chorem-webmotion/src/main/webapp/WEB-INF/jsp/crm/partials/contactDetailsInfoCard.html @@ -27,7 +27,4 @@ <h4 class="list-group-item-heading">{{contactDetails.value}}</h4> </div> </div> - <div class="panel-footer"> - <small class="pull-left"> </small> - </div> </div> \ No newline at end of file diff --git a/chorem-webmotion/src/main/webapp/WEB-INF/jsp/crm/partials/contactDetailsListCard.html b/chorem-webmotion/src/main/webapp/WEB-INF/jsp/crm/partials/contactDetailsListCard.html index 0263473..7fb412a 100644 --- a/chorem-webmotion/src/main/webapp/WEB-INF/jsp/crm/partials/contactDetailsListCard.html +++ b/chorem-webmotion/src/main/webapp/WEB-INF/jsp/crm/partials/contactDetailsListCard.html @@ -21,7 +21,4 @@ <h4 class="list-group-item-heading">{{contact.value}}</h4> </a> </div> - <div class="panel-footer"> - <small class="pull-left"> </small> - </div> </div> \ No newline at end of file diff --git a/chorem-webmotion/src/main/webapp/WEB-INF/jsp/crm/partials/employeeCreateCard.html b/chorem-webmotion/src/main/webapp/WEB-INF/jsp/crm/partials/employeeCreateCard.html index f424af3..3191ad0 100644 --- a/chorem-webmotion/src/main/webapp/WEB-INF/jsp/crm/partials/employeeCreateCard.html +++ b/chorem-webmotion/src/main/webapp/WEB-INF/jsp/crm/partials/employeeCreateCard.html @@ -38,9 +38,6 @@ </form> </div> - - <div class="panel-footer"> - </div> </div> diff --git a/chorem-webmotion/src/main/webapp/WEB-INF/jsp/crm/partials/employeeInfoCard.html b/chorem-webmotion/src/main/webapp/WEB-INF/jsp/crm/partials/employeeInfoCard.html index d3cc23e..c864d60 100644 --- a/chorem-webmotion/src/main/webapp/WEB-INF/jsp/crm/partials/employeeInfoCard.html +++ b/chorem-webmotion/src/main/webapp/WEB-INF/jsp/crm/partials/employeeInfoCard.html @@ -23,7 +23,4 @@ <h4 class="list-group-item-heading">{{employee.description}}</h4> </div> </div> - <div class="panel-footer"> - <small class="pull-left"> </small> - </div> </div> \ No newline at end of file diff --git a/chorem-webmotion/src/main/webapp/WEB-INF/jsp/crm/partials/employeesListCard.html b/chorem-webmotion/src/main/webapp/WEB-INF/jsp/crm/partials/employeesListCard.html index eb2f840..4439360 100644 --- a/chorem-webmotion/src/main/webapp/WEB-INF/jsp/crm/partials/employeesListCard.html +++ b/chorem-webmotion/src/main/webapp/WEB-INF/jsp/crm/partials/employeesListCard.html @@ -17,7 +17,4 @@ <h4 class="list-group-item-heading">{{employee.person.firstName}} {{employee.person.lastName}}</h4> </a> </div> - <div class="panel-footer"> - <small class="pull-left"> </small> - </div> </div> \ No newline at end of file diff --git a/chorem-webmotion/src/main/webapp/WEB-INF/jsp/crm/partials/noteCreateCard.html b/chorem-webmotion/src/main/webapp/WEB-INF/jsp/crm/partials/noteCreateCard.html index dc1dd95..6574b41 100644 --- a/chorem-webmotion/src/main/webapp/WEB-INF/jsp/crm/partials/noteCreateCard.html +++ b/chorem-webmotion/src/main/webapp/WEB-INF/jsp/crm/partials/noteCreateCard.html @@ -40,8 +40,4 @@ </form> </div> - - <div class="panel-footer"> - - </div> </div> \ No newline at end of file diff --git a/chorem-webmotion/src/main/webapp/WEB-INF/jsp/crm/partials/noteDetailCard.html b/chorem-webmotion/src/main/webapp/WEB-INF/jsp/crm/partials/noteDetailCard.html index 538e79e..68f796a 100644 --- a/chorem-webmotion/src/main/webapp/WEB-INF/jsp/crm/partials/noteDetailCard.html +++ b/chorem-webmotion/src/main/webapp/WEB-INF/jsp/crm/partials/noteDetailCard.html @@ -27,7 +27,4 @@ <h4 class="list-group-item-heading">{{note.content}}</h4> </div> </div> - <div class="panel-footer"> - <small class="pull-left"> </small> - </div> </div> \ No newline at end of file diff --git a/chorem-webmotion/src/main/webapp/WEB-INF/jsp/crm/partials/notesListCard.html b/chorem-webmotion/src/main/webapp/WEB-INF/jsp/crm/partials/notesListCard.html index a89bd60..81c3653 100644 --- a/chorem-webmotion/src/main/webapp/WEB-INF/jsp/crm/partials/notesListCard.html +++ b/chorem-webmotion/src/main/webapp/WEB-INF/jsp/crm/partials/notesListCard.html @@ -18,7 +18,4 @@ <label>{{note.date | date : dd/MM/yyy}}</label> </a> </div> - <div class="panel-footer"> - <small class="pull-left"> </small> - </div> </div> \ No newline at end of file -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.