Skip to content

Commit

Permalink
minor tweaks with layouts
Browse files Browse the repository at this point in the history
  • Loading branch information
vgezer committed Apr 9, 2014
1 parent 0e4e1e6 commit 5d589de
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apptemplate/templates/settings.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<form id="apptemplate">
<div class="section">
<h2><?php p($l->t('App Template'));?></h2><br />
<h2><?php p($l->t('App Template'));?></h2>
<input type="text" name="somesetting" id="somesetting" value="<?php p($_['url']); ?>" placeholder="<?php p($l->t('Some Setting'));?>" />
<br />
<span class="msg"></span>
Expand Down
2 changes: 1 addition & 1 deletion user_migrate/templates/settings.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<div class="section">
<div class="section" id="migration-settings-block">
<h2><?php p($l->t('Account Export/Import'));?></h2>
<?php if(isset($_['error'])) { ?>
<h3><?php p($_['error']['error']); ?></h3>
Expand Down
2 changes: 1 addition & 1 deletion user_oauth/templates/settings.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<form id="user_oauth">
<div class="section">
<h2>OAuth</h2><br />
<h2>OAuth</h2>
<input type="text" name="introspectionEndpoint" id="introspectionEndpoint" value="<?php p($_['introspectionEndpoint']); ?>" placeholder="<?php p($l->t('Introspection endpoint'));?>" />
<br />
<span class="msg"><?php p($l->t('Provide the OAuth 2.0 Authorization Server introspection endpoint here.'));?></span>
Expand Down

0 comments on commit 5d589de

Please sign in to comment.