Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
| Comment: | Prevent line breaks in the "Last Login" column of the user list. |
|---|---|
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
2fe385e4c32d28c478eb87b902730641 |
| User & Date: | drh 2017-07-01 16:41:50.919 |
Context
|
2017-07-01
| ||
| 17:23 | When computing the "Last Login" on the user list page, take the RCVFROM sync log into account. check-in: 46d5d638b1 user: drh tags: trunk | |
| 16:41 | Prevent line breaks in the "Last Login" column of the user list. check-in: 2fe385e4c3 user: drh tags: trunk | |
| 16:34 | Add the "Last Login" column to the setup_ulist page. check-in: 5832d2fc60 user: drh tags: trunk | |
Changes
Changes to src/setup.c.
| ︙ | ︙ | |||
239 240 241 242 243 244 245 |
@ <tr>
@ <td><a href='setup_uedit?id=%d(uid)'>%d(uid)</a>
@ <td data-sortkey='%h(zSortKey)'><a href='setup_uedit?id=%d(uid)'>%h(zLogin)</a>
@ <td>%h(zCap)
@ <td>%h(zInfo)
@ <td>%h(zDate?zDate:"")
@ <td>%h(zExp?zExp:"")
| | | 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 |
@ <tr>
@ <td><a href='setup_uedit?id=%d(uid)'>%d(uid)</a>
@ <td data-sortkey='%h(zSortKey)'><a href='setup_uedit?id=%d(uid)'>%h(zLogin)</a>
@ <td>%h(zCap)
@ <td>%h(zInfo)
@ <td>%h(zDate?zDate:"")
@ <td>%h(zExp?zExp:"")
@ <td data-sortkey='%f(rATime)' style='white-space:nowrap'>%s(zAge?zAge:"")
@ </tr>
}
@ </tbody></table>
db_finalize(&s);
output_table_sorting_javascript("userlist","nktxTTK",2);
style_footer();
}
|
| ︙ | ︙ |