aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' of https://github.com/friendica/redmarijus2014-05-092-5/+11
|\
| * move the event "unknown finish time" checkbox up so it actually precedes ↵friendica2014-05-081-3/+7
| | | | | | | | | | | | entering the finish time. TODO: we should probably disable the finish time selector with jquery if this is checked.
| * event form hard-wired tinymce=on, made selectablefriendica2014-05-082-2/+4
| |
* | add some more bs fumarijus2014-05-081-1/+1
| |
* | like indicator rewritemarijus2014-05-081-15/+21
|/
* put permissions dialog inside the form element - should fix issue #444friendica2014-05-051-2/+2
|
* Fixed some wrapping problems when the user has set a larger font size. And ↵jeroenpraat2014-05-051-13/+7
| | | | some UI love for the file permissions page (as requested by Mike ;) and changed the position of the file properties link on the cloud page.
* UI for deleting chatroomsfriendica2014-05-042-3/+14
|
* Add link to system notifications pageChristian Vogeley2014-05-041-1/+3
| | | | to mark notifications seen
* system notifications mark seen linkChristian Vogeley2014-05-041-1/+1
|
* fix search_item.tplmarijus2014-05-031-42/+53
|
* shift login box on small screensfriendica2014-05-011-0/+1
|
* Merge https://github.com/friendica/red into pending_mergefriendica2014-05-012-2/+2
|\
| * Also for notifications.Olaf Conradi2014-05-021-1/+1
| |
| * Fix unwanted GET {0} requestsOlaf Conradi2014-05-021-1/+1
| | | | | | | | | | | | Because of image prefetch of browsers the <img src="{0}"> templates cause unwanted /{0} requests to the webserver. Templates are changed to use a data-src attribute.
* | bring the posted-date selector widget up to date. There are no longer two ↵friendica2014-05-011-8/+7
|/ | | | different styles.
* revision/redesign of conv_item.tplmarijus2014-05-012-161/+127
|
* missing permissions block in mod_filestoragefriendica2014-04-301-0/+3
|
* clean up the webpage list a bitfriendica2014-04-291-5/+24
|
* Setting to undo/clear auto permissionsfriendica2014-04-211-5/+6
|
* bring back the toolicon colourfriendica2014-04-201-11/+11
|
* Merge pull request #416 from cvogeley/masterRedMatrix2014-04-201-7/+58
|\ | | | | Bootstrapify item tools …
| * ok we need that divChristian Vogeley2014-04-201-1/+1
| |
| * Add descriptions to drop downChristian Vogeley2014-04-201-7/+7
| |
| * More workChristian Vogeley2014-04-191-19/+14
| |
| * For the moment restore old delete iconChristian Vogeley2014-04-191-3/+3
| | | | | | | | | | because the integrated button in the the bootstrap menu didn’t work on Firefox
| * Move javascript calls to button tagChristian Vogeley2014-04-191-5/+5
| | | | | | | | because otherwise it didn’t work in Firefox
| * Bootstrapify item toolsChristian Vogeley2014-04-191-14/+70
| | | | | | | | | | | | | | | | Only show the like buttons and the delete button permanently hide everything else in a drop down. This will break non bootstrap themes. So may be we also want to move this into the red basic folder. It still a little bit work in progress. Allignment is not 100% correct. May be we want to add text into the drop down.
* | Merge https://github.com/friendica/red into pending_mergefriendica2014-04-182-2/+2
|\ \
| * \ Merge branch 'master' of https://github.com/friendica/redThomas Willingham2014-04-181-1/+1
| |\ \
| | * | This should fix the preview allignment permantly.jeroenpraat2014-04-181-1/+1
| | |/
| * / We know why third party zids didn't work now, so don't use hackyThomas Willingham2014-04-181-1/+1
| |/ | | | | | | workarounds anymore.
* / move create a new collection below the actual collection list again. failed ↵friendica2014-04-181-4/+8
|/ | | | experiment.
* This preserves the alignment work done earlier but provides a more ↵friendica2014-04-171-1/+1
| | | | aesthetically pleasing page.
* a few more alignment issuesfriendica2014-04-161-1/+1
|
* Lots of positional changes on sidebar menus - reduce indented marginsfriendica2014-04-163-6/+7
|\ | | | | | | | | | | | | Merge branch 'master' into ruler Conflicts: view/css/widgets.css
| * bug fixes after widget cleanupfriendica2014-04-161-1/+1
| |
| * button cleanup directory pagefriendica2014-04-161-3/+3
| |
* | fixing widgetsfriendica2014-04-163-6/+7
|/
* directory: make "connect" more prominent, but this ultimately needs more ↵friendica2014-04-142-2/+2
| | | | theme work.
* minor alignment issuesfriendica2014-04-131-1/+3
|
* bootstrapify aclselectormarijus2014-04-118-68/+48
|
* push notes widget updates to channel clones on focusout (final save). Don't ↵friendica2014-04-101-3/+5
| | | | do this for the auto-save events (every ten seconds) which could generate superfluous network traffic.
* improve the appearance of the ACL selector in a hackish way on the short term -friendica2014-04-091-2/+2
| | | | it really needs to be re-worked for bootstrap but in any event the words "show" and "don't show" make a mess of it. We should probably just use icons (with a bit of padding) that people can select with a touchscreen and reformat the box accordingly.
* Merge https://github.com/friendica/red into pending_mergefriendica2014-04-094-26/+31
|\
| * use $showacl to show/hide acl in jot.tpl - remove $pvisit and repair ↵marijus2014-04-091-1/+1
| | | | | | | | editblock and editlayout which still depended on it.
| * replace lock icon with icon-{lock, unlock}marijus2014-04-093-9/+6
| |
| * whitespace cleanupmarijus2014-04-081-6/+6
| |
| * change the way jot tools are displayed/hiddenmarijus2014-04-082-14/+22
| |
* | issue #400 - lock not showing up for previews of private mentions (or ↵friendica2014-04-091-8/+5
|/ | | | | | 'new/search' item view) also reformat the new/search template to pick up recent changes to conv_item.tpl