Changeset 1118670
- Timestamp:
- 03/23/2015 10:59:09 AM (11 years ago)
- File:
-
- 1 edited
-
chatrify-live-chat/trunk/wp-chatrify.php (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
chatrify-live-chat/trunk/wp-chatrify.php
r1118652 r1118670 157 157 158 158 <?php if ($this->is_installed()): ?> 159 <div class="postbox" >159 <div class="postbox" style="padding:10px"> 160 160 <h3><?php echo _e('Sign in to Chatrify'); ?></h3> 161 161 <div class="postbox_content"> … … 170 170 <form method="post" action="?page=chatrify_settings"> 171 171 <h3>Chatrify account</h3> 172 <div class="postbox_content" >172 <div class="postbox_content" style="padding:10px"> 173 173 <table class="form-table"> 174 174 <tr> … … 193 193 <form method="post" action="?page=chatrify_settings"> 194 194 <h3>Advanced settings</h3> 195 <div class="postbox_content" >195 <div class="postbox_content" style="padding:10px"> 196 196 <table class="form-table"> 197 197 <tr> … … 222 222 <form method="post" action="?page=chatrify_settings"> 223 223 <h3>Create new Chatrify account</h3> 224 <div class="postbox_content" >224 <div class="postbox_content" style="padding:10px"> 225 225 226 226 <?php
Note: See TracChangeset
for help on using the changeset viewer.