orbit-basic/app/views/desktop/settings.html.erb

27 lines
1.2 KiB
Plaintext
Raw Normal View History

2012-04-12 08:52:32 +00:00
<div id="settings">
2012-11-28 06:42:15 +00:00
<div id="content">
2013-03-05 01:39:01 +00:00
<div id="header" class="hh1">
<div class="dtitle w2 hh1 hp">
2012-11-28 06:42:15 +00:00
<span class="thmtxth">Settings</span>
</div>
</div>
<div id="holder">
<div id="panel_l" class="ph">
<div class="s_menu sm_v" content-type="menu">
<ul id='setting_left_nav'>
<li><a href="" class="admtxt hh1 w2 hp" onclick='return false;'>Overview</a></li>
2013-03-05 01:39:01 +00:00
<li><a href="<%= edit_user_registration_path %>" callback-method="account" custom-load="account" class="admtxt hh1 w2 hp" onclick='return false;'>Account</a></li>
<li><a href="<%= desktop_sections_path %>" callback-method="sections" custom-load="sections" class="admtxt hh1 w2 hp" onclick='return false;'>Sections</a></li>
<li><a href="<%= desktop_get_themes_path %>" load="true" callback-method="themes" class="admtxt hh1 w2 hp" onclick='return false;'>Theme</a></li>
2013-03-05 01:39:01 +00:00
<li><a href="<%= desktop_connections_path %>" callback-method="connection" class="admtxt hh1 w2 hp" onclick='return false;'>Connection</a></li>
2012-11-28 06:42:15 +00:00
</ul>
</div>
</div>
<div id="panel_r" container="true" class="ph pw admbg hp">
</div>
<div class="clear"></div>
</div>
</div>
2012-04-12 08:52:32 +00:00
</div>