Changeset 1367068
- Timestamp:
- 03/08/2016 08:48:50 PM (10 years ago)
- File:
-
- 1 edited
-
uberkeen/trunk/uberkeen.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
uberkeen/trunk/uberkeen.php
r1366202 r1367068 53 53 54 54 <?php 55 ; 55 56 56 } 57 57 … … 109 109 $wpdb->insert( 110 110 $table_name, 111 array(112 'clef' => $clef,113 'button' => 'close',114 'mes_above' => 'Click on this button to speak to us directly over the Internet. Make sure that your microphone is activated.',115 'mes_open' => 'Talk to us',116 'button_style' => 'background:white; cursor:hand; border:solid 1px black; font-class:verdana; font-weight:700; color: teal;',117 )111 array( 112 'clef' => $clef, 113 'button' => 'close', 114 'mes_above' => 'Click on this button to speak to us directly over the Internet. Make sure that your microphone is activated.', 115 'mes_open' => 'Talk to us', 116 'button_style' => 'background:white; cursor:hand; border:solid 1px black; font-class:verdana; font-weight:700; color: teal;', 117 ) 118 118 ); 119 119 … … 206 206 <p class="submit"> <input type="submit" class="button-primary" name="open" id='open' value="open line" onclick='uberkeen_myFunction()'/></p> 207 207 </form> 208 208 209 <script> 209 210 var myWindow;
Note: See TracChangeset
for help on using the changeset viewer.