Skip to content

Commit

Permalink
Preferences spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
Weston Moran committed Sep 17, 2008
1 parent 1bba5c1 commit fec9438
Show file tree
Hide file tree
Showing 9 changed files with 19 additions and 14 deletions.
2 changes: 1 addition & 1 deletion plugins/Ajax/templates/prefs_admin;ajax;default
Expand Up @@ -13,7 +13,7 @@ __template__
[% IF user.is_admin %]

[% IF tabbed == 1 %]
<div style="text-align: center;">
<div style="margin-top: 1em; text-align: center;">
&nbsp;
<a href="#" style="font-weight: bold; text-decoration: none; font-size: 14px;" onclick="getModalPrefs('user', 'User', 1); return false;">User</a>
&nbsp;|&nbsp;
Expand Down
2 changes: 1 addition & 1 deletion plugins/Ajax/templates/prefs_authors;ajax;default
Expand Up @@ -18,7 +18,7 @@ __template__
<input type="hidden" name="refreshable" value="">

[% IF tabbed == 1 %]
<div style="text-align: center;">
<div style="margin-top: 1em; text-align: center;">
&nbsp;
<a href="" style="font-weight: bold; text-decoration: none; font-size: 14px;" onclick="getModalPrefs('home', 'Homepage', 1); return false;">Homepage</a>
&nbsp;|&nbsp;
Expand Down
2 changes: 1 addition & 1 deletion plugins/Ajax/templates/prefs_d2;ajax;default
Expand Up @@ -12,7 +12,7 @@ prefs_d2
__template__

[% IF tabbed == 1 %]
<div style="text-align: center;">
<div style="margin-top: 1em; text-align: center;">
&nbsp;
<a href="" style="font-weight: bold; text-decoration: none; font-size: 14px;" onclick="getModalPrefs('d2_posting', 'Discussion 2', 1); return false;">Posting</a>
&nbsp;|&nbsp;
Expand Down
2 changes: 1 addition & 1 deletion plugins/Ajax/templates/prefs_d2_posting;ajax;default
Expand Up @@ -16,7 +16,7 @@ __template__
[% range = [ lo .. hi ] %]

[% IF tabbed == 1 %]
<div style="text-align: center;">
<div style="margin-top: 1em; text-align: center;">
&nbsp;
<span style="font-weight: bold; text-decoration: none; font-size: 14px; color: #ccc">Posting</span>
&nbsp;|&nbsp;
Expand Down
2 changes: 1 addition & 1 deletion plugins/Ajax/templates/prefs_home;ajax;default
Expand Up @@ -18,7 +18,7 @@ __template__
<input type="hidden" name="refreshable" value="">

[% IF tabbed == 1 %]
<div style="text-align: center;">
<div style="margin-top: 1em; text-align: center;">
&nbsp;
<span style="font-weight: bold; text-decoration: none; font-size: 14px; color: #ccc">Homepage</span>
&nbsp;|&nbsp;
Expand Down
2 changes: 1 addition & 1 deletion plugins/Ajax/templates/prefs_messages;ajax;default
Expand Up @@ -21,7 +21,7 @@ __template__
%]

[% IF tabbed == 1 %]
<div style="text-align: center;">
<div style="margin-top: 1em; text-align: center;">
&nbsp;
<a href="#" style="font-weight: bold; text-decoration: none; font-size: 14px;" onclick="getModalPrefs('user', 'User', 1); return false;">User</a>
&nbsp;|&nbsp;
Expand Down
2 changes: 1 addition & 1 deletion plugins/Ajax/templates/prefs_sectional;ajax;default
Expand Up @@ -18,7 +18,7 @@ __template__
[% style_disabled = "color: #999; background: #ccc;" %]

[% IF tabbed == 1 %]
<div style="text-align: center;">
<div style="margin-top: 1em; text-align: center;">
&nbsp;
<a href="" style="font-weight: bold; text-decoration: none; font-size: 14px;" onclick="getModalPrefs('home', 'Homepage', 1); return false;">Homepage</a>
&nbsp;|&nbsp;
Expand Down
17 changes: 11 additions & 6 deletions plugins/Ajax/templates/prefs_slashboxes;ajax;default
Expand Up @@ -17,13 +17,18 @@ __template__
<input type="hidden" name="uid" value="[% user.uid %]">
<input type="hidden" name="refreshable" value="">


[% IF tabbed == 1 %]
<ul class="mod_menu">
<li><a href="" onclick="getModalPrefs('home', 'Homepage', 1); return false;">Homepage</a></li>
<li class="selected">Slashboxes</li>
<li><a href="" onclick="getModalPrefs('sectional', 'Sectional Display', 1); return false;">Sections</a></li>
<li><a href="" onclick="getModalPrefs('authors', 'Authors', 1); return false;">Authors</a></li>
</ul>
<div style="margin-top: 1em; text-align: center;">
&nbsp;
<a href="" style="font-weight: bold; text-decoration: none; font-size: 14px;" onclick="getModalPrefs('home', 'Homepage', 1); return false;">Homepage</a>
&nbsp;|&nbsp;
<span style="font-weight: bold; text-decoration: none; font-size: 14px; color: #ccc">Slashboxes</span>
&nbsp;|&nbsp;
<a href="" style="font-weight: bold; text-decoration: none; font-size: 14px;" onclick="getModalPrefs('sectional', 'Sectional Display', 1); return false;">Sections</a>
&nbsp;|&nbsp;
<a href="" style="font-weight: bold; text-decoration: none; font-size: 14px;" onclick="getModalPrefs('authors', 'Authors', 1); return false;">Authors</a>
</div>
[% END %]

<p>
Expand Down
2 changes: 1 addition & 1 deletion plugins/Ajax/templates/prefs_user;ajax;default
Expand Up @@ -12,7 +12,7 @@ prefs_user
__template__

[% IF tabbed == 1 %]
<div style="text-align: center;">
<div style="margin-top: 1em; text-align: center;">
&nbsp;
<span style="font-weight: bold; text-decoration: none; font-size: 14px; color: #ccc">User</span>
&nbsp;|&nbsp;
Expand Down

0 comments on commit fec9438

Please sign in to comment.