diff options
| author | 2013-11-28 02:52:30 +0100 | |
|---|---|---|
| committer | 2013-11-28 02:52:30 +0100 | |
| commit | 38b4ba034f1ef9e9861c8891964f87277725e785 (patch) | |
| tree | 41f223abd8987332592218704a8bffa0985d6433 /app/views/configure/sharing.phtml | |
| parent | ee2c1a8c7888ef16d76a0c03ff2040aaa8a11a94 (diff) | |
Déplacement de config Shaarli
Page dédiée pour les options de partage
Voir #175
Diffstat (limited to 'app/views/configure/sharing.phtml')
| -rw-r--r-- | app/views/configure/sharing.phtml | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/app/views/configure/sharing.phtml b/app/views/configure/sharing.phtml new file mode 100644 index 000000000..e28122b00 --- /dev/null +++ b/app/views/configure/sharing.phtml @@ -0,0 +1,22 @@ +<?php $this->partial ('aside_configure'); ?> + +<div class="post"> + <a href="<?php echo _url ('index', 'index'); ?>"><?php echo Translate::t ('back_to_rss_feeds'); ?></a> + + <form method="post" action="<?php echo _url ('configure', 'sharing'); ?>"> + <legend><?php echo Translate::t ('sharing'); ?></legend> + <div class="form-group"> + <label class="group-name" for="shaarli"><?php echo Translate::t ('your_shaarli'); ?></label> + <div class="group-controls"> + <input type="url" id="shaarli" name="shaarli" value="<?php echo $this->conf->urlShaarli (); ?>" placeholder="<?php echo Translate::t ('blank_to_disable'); ?>" size="64" /> + </div> + </div> + + <div class="form-group form-actions"> + <div class="group-controls"> + <button type="submit" class="btn btn-important"><?php echo Translate::t ('save'); ?></button> + <button type="reset" class="btn"><?php echo Translate::t ('cancel'); ?></button> + </div> + </div> + </form> +</div> |
