mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-09 18:08:49 +00:00
Addon WindowsPhonePush
Addon serves 3 tasks: 1) deliver settings in json format 2) update settings with the device URL 3) cron-hook to regularly check and push new entries
This commit is contained in:
parent
ccbcd2ab16
commit
1c8eba5ea2
4 changed files with 552 additions and 0 deletions
36
windowsphonepush/windowsphonepush.css
Normal file
36
windowsphonepush/windowsphonepush.css
Normal file
|
@ -0,0 +1,36 @@
|
|||
#windowsphonepush-device_url-wrapper {
|
||||
margin-top: 25px;
|
||||
}
|
||||
|
||||
|
||||
#windowsphonepush-enable-label {
|
||||
float: left;
|
||||
width: 200px;
|
||||
margin-bottom: 25px;
|
||||
}
|
||||
|
||||
#windowsphonepush-enable-chk {
|
||||
float: left;
|
||||
}
|
||||
|
||||
#windowsphonepush-device_url-label {
|
||||
float: left;
|
||||
width: 200px;
|
||||
margin-bottom: 25px;
|
||||
}
|
||||
|
||||
#windowsphonepush-device_url-text {
|
||||
float: left;
|
||||
background-color: #C0C0C0;
|
||||
width: 500px;
|
||||
}
|
||||
|
||||
#windowsphonepush-senditemtext-label {
|
||||
float: left;
|
||||
width: 200px;
|
||||
margin-bottom: 25px;
|
||||
}
|
||||
|
||||
#windowsphonepush-senditemtext-chk {
|
||||
float: left;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue