Adding help text for time-out options

pull/105/merge
Michael Jett 2012-05-23 14:01:31 -04:00
parent 668952ec09
commit f8af7bf884
1 changed files with 2 additions and 2 deletions

View File

@ -158,7 +158,7 @@
<input type="text" class="" value="<%=accessTokenTimeout%>" id="access-token-timeout-seconds" size="16"><span
class="add-on">seconds</span>
</div>
<span class="help-inline">Here's more help text</span>
<span class="help-inline">Enter this time in seconds</span>
</div>
</span>
<span class="control-group" id="refreshTokenTimeout">
@ -170,7 +170,7 @@
<input type="text" class="" value="<%=refreshTokenTimeout%>" id="refresh-token-timeout-seconds" size="16"><span
class="add-on">seconds</span>
</div>
<span class="help-inline">Here's more help text</span>
<span class="help-inline">Enter this time in seconds</span>
</div>
</span>
</div>