Skip to content

Commit

Permalink
create interface for contacttype, documenttype, position, tasktype, u…
Browse files Browse the repository at this point in the history
…ser, role
  • Loading branch information
FairWindCo committed Oct 12, 2015
1 parent 49af4aa commit fb22060
Show file tree
Hide file tree
Showing 4 changed files with 107 additions and 74 deletions.
7 changes: 4 additions & 3 deletions src/main/webapp/jsp/counterparts_list.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@
<table id="grid"></table>
<div id="pager"></div>
<div>
<input type="text" id="test">
</div>
</div>
</div>
Expand Down Expand Up @@ -187,6 +186,7 @@
select_only: true,
primary_key: 'id',
show_field: 'surname',
field:'surname',
button_img:'${pageContext.request.contextPath}/resources/images/btn.png',
init_record: [value_elem],
sub_as: {
Expand Down Expand Up @@ -263,7 +263,7 @@
jQuery("#grid").jqGrid('filterToolbar',{stringResult: false,searchOnEnter:true});
/*
jQuery("#test").ajaxComboBox('${pageContext.request.contextPath}/persons/showList?firmID=1',
{lang: 'en',
db_table: 'nation',
Expand All @@ -272,6 +272,7 @@
sub_info: true,
select_only: true,
primary_key: 'id',
field:'surname',
show_field: 'surname',
search_field: 'surname',
button_img:'${pageContext.request.contextPath}/resources/images/btn.png',
Expand All @@ -282,7 +283,7 @@
firstName:'firstName'
}
});
/**/
});
</script>
</html>
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
-moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.2) inset;
-webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.2) inset;
vertical-align: text-bottom;
display: inline-block;
display: inline-block !important;
font-size: 16px;
margin: 0;
padding: 4px;
Expand All @@ -45,7 +45,7 @@
border-top-right-radius: 4px;
border-left: 0;
cursor: pointer;
position: relative;
position: absolute;
text-align: center;
width: 32px;
height: 32px;
Expand Down
Loading

0 comments on commit fb22060

Please sign in to comment.