diff options
| author | 2013-04-14 20:12:07 +0200 | |
|---|---|---|
| committer | 2013-04-14 20:12:07 +0200 | |
| commit | cd979d30e1b7f60faeb90dfdad58c67b4f3a01f5 (patch) | |
| tree | 847932f4e35651c43f67d58ddaa766e04b889385 /app/views/configure | |
| parent | 5768d0fc7fe7e29491b788b08096ca1435b82aeb (diff) | |
Ajout partage Shaarli : fix issue #34
Diffstat (limited to 'app/views/configure')
| -rw-r--r-- | app/views/configure/display.phtml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/app/views/configure/display.phtml b/app/views/configure/display.phtml index 240428493..79fa4b43c 100644 --- a/app/views/configure/display.phtml +++ b/app/views/configure/display.phtml @@ -87,6 +87,14 @@ </div> </div> + <legend>Partage</legend> + <div class="form-group"> + <label class="group-name" for="shaarli">Votre Shaarli</label> + <div class="group-controls"> + <input type="text" id="shaarli" name="shaarli" value="<?php echo $this->conf->urlShaarli (); ?>" placeholder="Laissez vide pour désactiver"/> + </div> + </div> + <div class="form-group form-actions"> <div class="group-controls"> <button type="submit" class="btn btn-important">Valider</button> |
