The Gitlab instance will be restarted on Monday April 28th at 2AM. There will be a short interruption of service.

Skip to content
Snippets Groups Projects
Commit eaf99f9c authored by Alexander Purr's avatar Alexander Purr Committed by Mathias Maaß
Browse files

refs #24326 [fid] adjust template docs

parent e2827987
No related merge requests found
......@@ -118,4 +118,4 @@ $elemCountry->setAttributes(['class' => 'form-control']);
<?= $this->formElement($elemCountry) ?>
<?= $this->formElementErrors($elemCountry) ?>
</div>
<!-- fid: fid - user - address-fieldset -->
<!-- fid: fid - user - address-fieldset - END -->
......@@ -9,7 +9,7 @@
* - database page (usage with and without login)
* - displays:
* - 1. fid licences
* - 2. debis: licences by user's library (using debis module)
* - 2. dbis: licences by user's library (using debis module)
* - url: /Myresearch/databases
*
* modified for fid:
......
<!-- fid: myresearch - dbis-content -->
<?php
/**
* origin: self
*
* called by view helper/controller: --
*
* usage:
* - dbis: licences by user's library (using dbis module)
* - url: /Myresearch/databases
*
* modified for fid: --
*
* parent template: myresearch/databases.phtml
*
* configured in: --
*/
?>
<br/>
<h3><?= $this->translate('dbis_name') ?></h3>
<div class="dbis_description">
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment