Skip to content

Commit

Permalink
documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
GaziYucel committed May 31, 2024
1 parent cde603c commit 998f5df
Showing 1 changed file with 19 additions and 5 deletions.
24 changes: 19 additions & 5 deletions templates/submissionWizard.tpl
Original file line number Diff line number Diff line change
@@ -1,7 +1,21 @@
<link rel="stylesheet" href="{$assetsUrl}/css/backend.css" type="text/css"/>
<link rel="stylesheet" href="{$assetsUrl}/css/frontend.css" type="text/css"/>
{**
* templates/submissionWizard.tpl
*
* @copyright (c) 2024+ TIB Hannover
* @copyright (c) 2024+ Gazi Yücel
* @license Distributed under the GNU GPL v3. For full terms see the file docs/COPYING.
*
* Citation Manager
*}

<div v-if="section.id === 'citations'">

<link rel="stylesheet" href="{$assetsUrl}/css/backend.css" type="text/css"/>
<link rel="stylesheet" href="{$assetsUrl}/css/frontend.css" type="text/css"/>

<div>
<p><strong>{translate key="plugins.generic.citationManager.wizard.label"}</strong></p>
<p>{translate key="plugins.generic.citationManager.wizard.description"}</p>
</div>

<div v-if="section.id == 'citations'">
<p><strong>{translate key="plugins.generic.citationManager.wizard.label"}</strong></p>
<p>{translate key="plugins.generic.citationManager.wizard.description"}</p>
</div>

0 comments on commit 998f5df

Please sign in to comment.