Browse Source

url de groupe de pads

Hugo Roy 7 years ago
parent
commit
1ca074c9d1
2 changed files with 2 additions and 2 deletions
  1. 1 1
      templates/tpl-create-edit-dossier.php
  2. 1 1
      templates/tpl-view-dossier.php

+ 1 - 1
templates/tpl-create-edit-dossier.php

@@ -28,7 +28,7 @@ include_once 'templates/tpl-main-top.php';
 		</div>
 		<div class="form-group">
 			<label>Groupe Pads :</label>
-			<input type="text" class="form-control" name="pads" value="<?php echo $o['pads']; ?>" placeholder="https://pad.exegetes.eu.org/group.html/">
+			<input type="text" class="form-control" name="pads_link" value="<?php echo $o['pads_link']; ?>" placeholder="https://pad.exegetes.eu.org/group.html/">
 		</div>
 		<div class="actions">
 			<button type="submit" class="bouton">

+ 1 - 1
templates/tpl-view-dossier.php

@@ -10,7 +10,7 @@ include_once 'templates/tpl-main-top.php';
 	<span class="heading">Liens</span>
 	<a href="<?php echo $o['cloud_link']; ?>" class="nuage">Nuage</a>
 	<a href="<?php echo $o['wiki_link']; ?>" class="wiki">Wiki</a>
-	<a href="<?php echo $o['pads']; ?>" class="pads">Pads</a>
+	<a href="<?php echo $o['pads_link']; ?>" class="pads">Pads</a>
 	<a href="editer.php?type=dossier&id=<?php echo $o['rowid']; ?>" type="submit" class="bouton">
 		Éditer
 	</a>