Advertisement
Guest User

Untitled

a guest
Jan 8th, 2013
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.15 KB | None | 0 0
  1.   <form action="options.php" method="post">
  2.     <input type='hidden' name='option_page' value='' /><input type="hidden" name="action"
  3.    value="update" /><input type="hidden" id="_wpnonce" name="_wpnonce" value=
  4.    "c620045b46" /><input type="hidden" name="_wp_http_referer" value=
  5.    "/WordPressDev/wp-admin/admin.php?page=aisis-core-options" />
  6.       <fieldset>
  7.         <div class="control-group">
  8.           <div class="well headLine" id="well headLine">
  9.             <h1>Core Look</h1>
  10.  
  11.             <p>Choose from the option bellow to decide how your theme will look to
  12.             others!</p>
  13.           </div>
  14.         </div>
  15.  
  16.         <div class="control-group">
  17.           <label class="radio"><input type="radio" id="rows" class="display" name=
  18.          "aisis_core[display_rows]" value="display_rows" checked="checked" /> Display
  19.           posts as rows. <a href="#radioRows" data-toggle="modal"></a></label>
  20.  
  21.         </div>
  22.         <div class="control-group">
  23.           <div class="form-actions">
  24.             <input type="submit" class="btn btn-primary btn-large" />
  25.           </div>
  26.         </div>
  27.       </div>
  28.       </fieldset>
  29.   </form>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement