Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Fix display text typo on the skin editor page for non-administrators. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
3a903bfd492ce233a4162b36ebc933dc |
User & Date: | drh 2018-07-14 20:07:39.636 |
Context
2018-07-14
| ||
20:11 | The -DFOSSIL_OMIT_DNS compile-time option avoids trying to link -lresolv. ... (check-in: 023ce4ed user: drh tags: trunk) | |
20:07 | Fix display text typo on the skin editor page for non-administrators. ... (check-in: 3a903bfd user: drh tags: trunk) | |
19:57 | Fixes to login checking for the skin editor. ... (check-in: 09e6fc3d user: drh tags: trunk) | |
Changes
Changes to src/skins.c.
︙ | ︙ | |||
1057 1058 1059 1060 1061 1062 1063 | @ publishing the new skin.</p> } @ @ <a name='step8'></a> @ <h1>Step 8: Cleanup and Undo Actions</h1> @ if( !g.perm.Setup ){ | | | | 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 | @ publishing the new skin.</p> } @ @ <a name='step8'></a> @ <h1>Step 8: Cleanup and Undo Actions</h1> @ if( !g.perm.Setup ){ @ <p>Administrators can optionally save or restore legacy skins, and/or @ undo a prior publish. }else{ @ <p>Visit the <a href='%R/setup_skin_admin'>Skin Admin</a> page @ for cleanup and recovery actions. } style_load_one_js_file("skin.js"); style_footer(); } |