Welcome to mirror list, hosted at ThFree Co, Russian Federation.

schedule-response-success.php « templates « dav « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f60cb1e0fa97ad051c8157df80bc8f4e57cfba79 (plain)
1
2
3
4
<div class="update" style="justify-content: space-around; display: flex;">
	<span class="icon icon-checkmark-white"></span>
	<p class="message"><?php p($l->t('Your attendance was updated successfully.'));?></p>
</div>