Cleaning up placeholder fields
parent
c85248c40c
commit
b59baa09a9
|
@ -106,11 +106,7 @@
|
||||||
rows="3"><%=clientDescription%></textarea> <span class="help-inline"></span>
|
rows="3"><%=clientDescription%></textarea> <span class="help-inline"></span>
|
||||||
</span>
|
</span>
|
||||||
|
|
||||||
<span class="control-group" id="clientSecret">
|
|
||||||
<label>Client Secret</label>
|
|
||||||
<input value="<%=clientSecret%>" maxlength="100" type="text" class=""
|
|
||||||
placeholder="Type a secret"> <span class="help-inline">If you leave this blank a client secret will be generated for you automatically.</span>
|
|
||||||
</span>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -132,51 +128,23 @@
|
||||||
|
|
||||||
<div class="row-fluid">
|
<div class="row-fluid">
|
||||||
|
|
||||||
<div class="span4 control-group">
|
<div class="span4 control-group" id="scope">
|
||||||
|
|
||||||
<label class="control-label">Grant Types</label>
|
<label class="control-label">Scope</label>
|
||||||
|
|
||||||
<div class="controls">
|
<textarea rows="3" class="xlarge" placeholder="openid"
|
||||||
<label class="checkbox">
|
id="textarea2" name="textarea2"><% for (var i in scope) { %><%=scope[i]+","%><% }%></textarea>
|
||||||
<input type="checkbox" name="grant-type-checkbox-list1" value="option1">
|
<span class="help-block">
|
||||||
Option one
|
Please enter scopes separated by commas
|
||||||
</label>
|
</span>
|
||||||
<label class="checkbox">
|
|
||||||
<input type="checkbox" name="grant-type-checkbox-list2" value="option2">
|
|
||||||
Option two
|
|
||||||
</label>
|
|
||||||
<label class="checkbox">
|
|
||||||
<input type="checkbox" name="grant-type-checkbox-list3" value="option3">
|
|
||||||
Option three
|
|
||||||
</label>
|
|
||||||
|
|
||||||
<p class="help-block"><strong>Note:</strong> Labels surround all the options for
|
|
||||||
much larger click areas and a more usable form.</p>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="span4 control-group">
|
<div class="span4 control-group" id="clientSecret">
|
||||||
|
|
||||||
<label class="control-label">Auth Types</label>
|
<label>Client Secret</label>
|
||||||
|
<input value="<%=clientSecret%>" maxlength="100" type="text" class=""
|
||||||
<div class="controls">
|
placeholder="Type a secret"> <span class="help-inline">If you leave this blank a client secret will be generated for you automatically.</span>
|
||||||
<label class="checkbox">
|
|
||||||
<input type="checkbox" name="auth-type-checkbox-list1" value="option1">
|
|
||||||
Option one
|
|
||||||
</label>
|
|
||||||
<label class="checkbox">
|
|
||||||
<input type="checkbox" name="auth-type-checkbox-list2" value="option2">
|
|
||||||
Option two
|
|
||||||
</label>
|
|
||||||
<label class="checkbox">
|
|
||||||
<input type="checkbox" name="auth-type-checkbox-list3" value="option3">
|
|
||||||
Option three
|
|
||||||
</label>
|
|
||||||
|
|
||||||
<p class="help-block"><strong>Note:</strong> Labels surround all the options for
|
|
||||||
much larger click areas and a more usable form.</p>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -207,20 +175,6 @@
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
<div id="scope" class="span12 control-group">
|
|
||||||
<label for="textarea2">Scope</label>
|
|
||||||
|
|
||||||
<div class="input">
|
|
||||||
<textarea rows="3" class="xlarge span10" placeholder="openid"
|
|
||||||
id="textarea2" name="textarea2"><% for (var i in scope) { %><%=scope[i]+","%><% } %></textarea>
|
|
||||||
<span class="help-block">
|
|
||||||
Please enter scopes separated by commas
|
|
||||||
</span>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</fieldset>
|
</fieldset>
|
||||||
</form>
|
</form>
|
||||||
|
|
Loading…
Reference in New Issue