View | Details | Raw Unified | Return to bug 19954
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember-brief.tt (-20 / +27 lines)
Lines 4-29 Link Here
4
[% INCLUDE 'doc-head-open.inc' %]
4
[% INCLUDE 'doc-head-open.inc' %]
5
<title>Koha &rsaquo; Check duplicate patron</title>
5
<title>Koha &rsaquo; Check duplicate patron</title>
6
[% INCLUDE 'doc-head-close.inc' %]
6
[% INCLUDE 'doc-head-close.inc' %]
7
	<style type="text/css">
8
		#custom-doc { width:44.23em;*width:43.12em;min-width:491px; margin:auto; text-align:left; } 
9
	</style>
10
</head>
7
</head>
11
<body id="pat_moremember-brief" class="pat" style="padding:.5em;">
8
12
<div id="custom-doc" class="yui-t7">
9
<body id="pat_moremember-brief" class="pat">
13
   <div id="bd">
10
    <div class="container-fluid">
11
        <div class="row">
12
13
            <div class="col-xs-12">
14
	<h3>[% UNLESS ( I ) %]
14
	<h3>[% UNLESS ( I ) %]
15
   [% title %] [% firstname %] [% END %] [% surname %] ([% cardnumber %])</h3>
15
   [% title %] [% firstname %] [% END %] [% surname %] ([% cardnumber %])</h3>
16
<div class="yui-g">
16
            </div>
17
<div class="yui-u first">
17
        </div>
18
	<div id="patron-information" style="padding: .5em;">
18
        <div class="row">
19
            <div class="col-xs-6">
20
                <div id="patron-information">
19
21
20
     [% UNLESS ( I ) %][% IF ( othernames ) %]&ldquo;[% othernames %]&rdquo;[% END %]
22
     [% UNLESS ( I ) %][% IF ( othernames ) %]&ldquo;[% othernames %]&rdquo;[% END %]
21
        <div class = "address">
23
        <div class = "address">
22
            [% IF Koha.Preference( 'AddressFormat' ) %]
24
            <ul>
23
                [% INCLUDE "member-display-address-style-${ Koha.Preference( 'AddressFormat' ) }.inc" %]
25
                [% IF Koha.Preference( 'AddressFormat' ) %]
24
            [% ELSE %]
26
                    [% INCLUDE "member-display-address-style-${ Koha.Preference( 'AddressFormat' ) }.inc" %]
25
                [% INCLUDE 'member-display-address-style-us.inc' %]
27
                [% ELSE %]
26
            [% END %]
28
                    [% INCLUDE 'member-display-address-style-us.inc' %]
29
                [% END %]
30
            </ul>
27
        </div>
31
        </div>
28
	<div class="rows">
32
	<div class="rows">
29
		<ol>
33
		<ol>
Lines 49-57 Link Here
49
    [% END %]
53
    [% END %]
50
	</ol>
54
	</ol>
51
	</div>
55
	</div>
52
	</div>
56
    </div>
53
	</div>
57
    </div>
54
	<div class="yui-u">
58
59
    <div class="col-xs-6">
55
	<div id="patron-library-details">
60
	<div id="patron-library-details">
56
	<h3>Library use</h3>
61
	<h3>Library use</h3>
57
	<div class="rows">
62
	<div class="rows">
Lines 74-83 Link Here
74
	</ol>
79
	</ol>
75
	</div>
80
	</div>
76
	</div>
81
	</div>
77
    <fieldset class="action"><input type="button" class="close" value="Close window" /></fieldset>
82
    </div>
78
	</div>
79
	</div>
80
</div>
83
</div>
84
<div class="row">
85
    <div class="col-xs-12">
86
        <fieldset class="action"><input type="button" class="close" value="Close window" /></fieldset>
87
    </div>
81
</div>
88
</div>
82
89
83
[% INCLUDE 'intranet-bottom.inc' popup_window=1 %]
90
[% INCLUDE 'intranet-bottom.inc' popup_window=1 %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/update-child.tt (-9 / +14 lines)
Lines 3-17 Link Here
3
<title>Koha &rsaquo; Choose adult category</title>
3
<title>Koha &rsaquo; Choose adult category</title>
4
[% INCLUDE 'doc-head-close.inc' %]
4
[% INCLUDE 'doc-head-close.inc' %]
5
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables_[% KOHA_VERSION %].css" />
5
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables_[% KOHA_VERSION %].css" />
6
<style type="text/css">
7
    #custom-doc { width:29em;*width:28.3em;min-width:377px; margin:auto; text-align:left; }
8
</style>
9
</head>
6
</head>
10
7
11
<body id="pat_update-child" class="pat">
8
<body id="pat_update-child" class="pat">
12
9
    <div class="container-fluid">
13
<div id="custom-doc" class="yui-t7">
14
<div id="bd">
15
10
16
[% IF ( MULTI ) %]
11
[% IF ( MULTI ) %]
17
12
Lines 53-64 Link Here
53
        </form>
48
        </form>
54
    [% END %]
49
    [% END %]
55
[% END %]
50
[% END %]
56
</div>
51
57
52
58
[% MACRO jsinclude BLOCK %]
53
[% MACRO jsinclude BLOCK %]
59
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/members-menu_[% KOHA_VERSION %].js"></script>
60
    [% INCLUDE 'datatables.inc' %]
54
    [% INCLUDE 'datatables.inc' %]
61
    <script type="text/javascript">
55
    <script type="text/javascript">
56
57
        /* Set some variables needed in members-menu.js */
58
        var advsearch = "[% advsearch %]";
59
        var dateformat = "[% dateformat %]";
60
        var CAN_user_borrowers = "[% CAN_user_borrowers %]";
61
        var CAN_user_borrowers_edit_borrowers = "[% CAN_user_borrowers_edit_borrowers %]";
62
        var NorwegianPatronDBEnable = "[% NorwegianPatronDBEnable %]";
63
        var CATCODE_MULTI = "[% CATCODE_MULTI %]";
64
        var catcode = "[% catcode %]";
65
        var destination = "[% destination %]";
66
62
        $(document).ready(function() {
67
        $(document).ready(function() {
63
            $("#catst").dataTable($.extend(true, {}, dataTablesDefaults, {
68
            $("#catst").dataTable($.extend(true, {}, dataTablesDefaults, {
64
                "sDom": 't',
69
                "sDom": 't',
Lines 88-93 Link Here
88
            window.close();
93
            window.close();
89
        </script>
94
        </script>
90
    [% END %]
95
    [% END %]
96
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/members-menu_[% KOHA_VERSION %].js"></script>
91
[% END %]
97
[% END %]
92
98
93
[% INCLUDE 'intranet-bottom.inc' popup_window=1 %]
99
[% INCLUDE 'intranet-bottom.inc' popup_window=1 %]
94
- 

Return to bug 19954