1
0

Zebra striping for theme options.

TODO: Needs to be checked with a theme like BP which actually uses
      nested configuration groups here once all themes use the 2k11
      backend.
This commit is contained in:
Matthias Mees
2013-06-22 14:56:28 +02:00
parent 22cc0ce643
commit b7b3415e9a
3 changed files with 14 additions and 3 deletions

View File

@@ -12,7 +12,7 @@
{if $adminAction == 'configure'}
<span class="msg_success"><span class="icon-ok-circled"></span> {$CONST.DONE}: {$save_time}</span>
{/if}
<form method="post" action="serendipity_admin.php">
<form class="theme_options" method="post" action="serendipity_admin.php">
<input name="serendipity[adminModule]" type="hidden" value="templates">
<input name="serendipity[adminAction]" type="hidden" value="configure">
{$form_token}