diff options
| author | 2013-04-27 21:08:29 +0200 | |
|---|---|---|
| committer | 2013-04-27 21:08:29 +0200 | |
| commit | 0e95494e29353a9ae31fb1196c6c9aaf556ae981 (patch) | |
| tree | da499463fda30157c172d92a1e02e972a6c6d6e5 /app/layout | |
| parent | 2a52d315bed725d5997a42547673bccfe2409b5d (diff) | |
Fix issue #26 : possibilité de s'abonner à des flux derrière authentification HTTP + correction quelques traductions
Diffstat (limited to 'app/layout')
| -rw-r--r-- | app/layout/aside_feed.phtml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/app/layout/aside_feed.phtml b/app/layout/aside_feed.phtml index ff03b5552..4be37868d 100644 --- a/app/layout/aside_feed.phtml +++ b/app/layout/aside_feed.phtml @@ -21,6 +21,14 @@ </label> </li> <?php } ?> + + <li class="dropdown-header"><?php echo Translate::t ('http_authentication'); ?></li> + <li class="input"> + <input type="text" name="username" id="username" placeholder="<?php echo Translate::t ('username'); ?>" /> + </li> + <li class="input"> + <input type="password" name="password" id="password" placeholder="<?php echo Translate::t ('password'); ?>" /> + </li> </ul> </div> <button class="btn" type="submit"><i class="icon i_add"></i></button> |
