Changeset 1441075
- Timestamp:
- 06/21/2016 04:19:31 PM (10 years ago)
- File:
-
- 1 edited
-
web-push-notification/trunk/wpn/wpn.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
web-push-notification/trunk/wpn/wpn.php
r1441013 r1441075 146 146 <div class="WebPushNotifications_service_content WebPushNotifications_service_content_active"> 147 147 <form method="POST" action="" /> 148 <input placeholder="<?php echo __('Please insert your Public Key', 'web-push-notifications');?>" class="WebPushNotifications_input" type="text" name="<?php echo $this->Signature['pluginSlug'];?>-public-key" value="<?php echo $pluginOptions['pluginP rivateKey'];?>" />148 <input placeholder="<?php echo __('Please insert your Public Key', 'web-push-notifications');?>" class="WebPushNotifications_input" type="text" name="<?php echo $this->Signature['pluginSlug'];?>-public-key" value="<?php echo $pluginOptions['pluginPublicKey'];?>" /> 149 149 <p class="description"><?php echo __('Public key', 'web-push-notifications');?></p> 150 150
Note: See TracChangeset
for help on using the changeset viewer.