Changeset 1156841
- Timestamp:
- 05/09/2015 12:31:03 PM (10 years ago)
- Location:
- aweber-dev-facile
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
aweber-dev-facile/tags/0.2/classes/admin/main.php
r1156827 r1156841 257 257 <th scope="row">'.__( 'step-1', DEV_NAME ).'</th> 258 258 <td><a target="_blank" 259 href="https://auth.aweber.com/1.0/oauth/authorize_app/'.$this->APP_ID.'">'.__( 'get-authorization-code', DEV_NAME ).'</a> 259 href="https://auth.aweber.com/1.0/oauth/authorize_app/'.$this->APP_ID.'">'.__( 'get-authorization-code', DEV_NAME ).'</a></td> 260 260 </tr> 261 261 … … 263 263 <th scope="row">'.__( 'step-2', DEV_NAME ).' '.__( 'paste-authorization-code', DEV_NAME ).'</th> 264 264 <td><input type="text" size="69" name="'.$this->adminOauthID.'"/></td> 265 </tr> 266 265 267 </table> 266 268 <p class="submit"> 267 <input type="hidden" name="_wp_http_referer" value="'.admin_url('options-general.php?page=api-AW-devfacile.php').'" />268 269 <input type="submit" id="aweber-settings-button" class="button-primary" value="'.__( 'btn-make-connection', DEV_NAME ).'" /> 269 270 </p>'; -
aweber-dev-facile/tags/0.2/classes/settings.php
r1156131 r1156841 57 57 { 58 58 59 if ( ! 59 if ( !$this->pluginAdminOptions['content_infos']) 60 60 { 61 61 $oDataInfos = new AWeberDevFacile_dataInfos(-9, 0); … … 118 118 119 119 // create an array with infos 120 if ( ! 120 if ( !$this->pluginAdminOptions['content_infos']) 121 121 { 122 122 $aCountLists[0] = array(); … … 148 148 { 149 149 150 if ( ! 150 if ( !$this->pluginAdminOptions['content_infos']) 151 151 { 152 152 return 1;// no infos, add it -
aweber-dev-facile/trunk/classes/admin/main.php
r1156827 r1156841 257 257 <th scope="row">'.__( 'step-1', DEV_NAME ).'</th> 258 258 <td><a target="_blank" 259 href="https://auth.aweber.com/1.0/oauth/authorize_app/'.$this->APP_ID.'">'.__( 'get-authorization-code', DEV_NAME ).'</a> 259 href="https://auth.aweber.com/1.0/oauth/authorize_app/'.$this->APP_ID.'">'.__( 'get-authorization-code', DEV_NAME ).'</a></td> 260 260 </tr> 261 261 … … 263 263 <th scope="row">'.__( 'step-2', DEV_NAME ).' '.__( 'paste-authorization-code', DEV_NAME ).'</th> 264 264 <td><input type="text" size="69" name="'.$this->adminOauthID.'"/></td> 265 </tr> 266 265 267 </table> 266 268 <p class="submit"> 267 <input type="hidden" name="_wp_http_referer" value="'.admin_url('options-general.php?page=api-AW-devfacile.php').'" />268 269 <input type="submit" id="aweber-settings-button" class="button-primary" value="'.__( 'btn-make-connection', DEV_NAME ).'" /> 269 270 </p>'; -
aweber-dev-facile/trunk/classes/settings.php
r1156139 r1156841 57 57 { 58 58 59 if ( ! 59 if ( !$this->pluginAdminOptions['content_infos']) 60 60 { 61 61 $oDataInfos = new AWeberDevFacile_dataInfos(-9, 0); … … 118 118 119 119 // create an array with infos 120 if ( ! 120 if ( !$this->pluginAdminOptions['content_infos']) 121 121 { 122 122 $aCountLists[0] = array(); … … 148 148 { 149 149 150 if ( ! 150 if ( !$this->pluginAdminOptions['content_infos']) 151 151 { 152 152 return 1;// no infos, add it
Note: See TracChangeset
for help on using the changeset viewer.