You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by de...@apache.org on 2014/03/06 16:12:07 UTC

[2/2] couchdb commit: updated refs/heads/master to 18cf47a

Fauxton: Fix placeholder for Username

The one for Password has no `:` so removing them makes the view
more consistent (and looks maybe better)


Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/c59dab8d
Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/c59dab8d
Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/c59dab8d

Branch: refs/heads/master
Commit: c59dab8d508fd3871a145ef099fd349bb9bc7064
Parents: 4e60f0b
Author: Robert Kowalski <ro...@kowalski.gd>
Authored: Wed Mar 5 22:19:19 2014 +0100
Committer: suelockwood <de...@apache.org>
Committed: Thu Mar 6 10:11:50 2014 -0500

----------------------------------------------------------------------
 src/fauxton/app/addons/auth/templates/create_admin.html | 2 +-
 src/fauxton/app/addons/auth/templates/login.html        | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/c59dab8d/src/fauxton/app/addons/auth/templates/create_admin.html
----------------------------------------------------------------------
diff --git a/src/fauxton/app/addons/auth/templates/create_admin.html b/src/fauxton/app/addons/auth/templates/create_admin.html
index 8f4ed2c..48333df 100644
--- a/src/fauxton/app/addons/auth/templates/create_admin.html
+++ b/src/fauxton/app/addons/auth/templates/create_admin.html
@@ -24,7 +24,7 @@ the License.
     configuration.
   </p>
   <form id="create-admin-form">
-    <input id="username" type="text" name="name" placeholder= "Username:" size="24">
+    <input id="username" type="text" name="name" placeholder="Username" size="24">
     <br/>
     <input id="password" type="password" name="password" placeholder= "Password" size="24">
     <p class="help-block">Non-admin users have read and write access to all databases, which

http://git-wip-us.apache.org/repos/asf/couchdb/blob/c59dab8d/src/fauxton/app/addons/auth/templates/login.html
----------------------------------------------------------------------
diff --git a/src/fauxton/app/addons/auth/templates/login.html b/src/fauxton/app/addons/auth/templates/login.html
index a57f3f0..eb20825 100644
--- a/src/fauxton/app/addons/auth/templates/login.html
+++ b/src/fauxton/app/addons/auth/templates/login.html
@@ -16,7 +16,7 @@ the License.
     <p class="help-block">
       Login to CouchDB with your name and password.
     </p>
-    <input id="username" type="text" name="name" placeholder= "Username:" size="24">
+    <input id="username" type="text" name="name" placeholder="Username" size="24">
     <br/>
     <input id="password" type="password" name="password" placeholder= "Password" size="24">
     <br/>