Overview
Comment:Only use logo if set
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | dev
Files: files | file ages | folders
SHA3-256: 2db9f0416a1c07bccce03d72588604233836c9bd3b1b3668a3d060ffb4ae0d58
User & Date: bohwaz on 2023-02-22 22:35:44
Other Links: branch diff | manifest | tags
Context
2023-02-26
01:07
Use PDF/A for Prince check-in: bc2609ffb5 user: bohwaz tags: dev
2023-02-23
15:59
Merge dev branch check-in: 478ec2feb6 user: alinaar tags: invoice_module
2023-02-22
22:35
Only use logo if set check-in: 2db9f0416a user: bohwaz tags: dev
2023-02-21
20:58
Fix [94b0fa76f8278e6ee75029a53da41cc6fe85ec75] class for input type="money" check-in: 35e233fa9d user: bohwaz tags: dev
Changes

Modified src/skel-dist/modules/carte_membre/carte.html from [c7da92959a] to [286086bc7c].

48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
			}
			</style>
		</head>

		<body>

		<main>
			{{if $photo}}
				<img src="{{$photo.0.url}}?150px" alt="" class="photo" />
			{{else}}
				<img src="{{$config.files.logo}}?150px" alt="" class="logo" />
			{{/if}}

			<h1>{{$_name}}</h1>

			<h2>N°{{$_number}}</h2>








|

|







48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
			}
			</style>
		</head>

		<body>

		<main>
			{{if $photo.0}}
				<img src="{{$photo.0.url}}?150px" alt="" class="photo" />
			{{elseif $config.files.logo}}
				<img src="{{$config.files.logo}}?150px" alt="" class="logo" />
			{{/if}}

			<h1>{{$_name}}</h1>

			<h2>N°{{$_number}}</h2>