From ea56d7b2ac1d41ea19b5fb45843c839e30a0b37b Mon Sep 17 00:00:00 2001 From: rvelices Date: Wed, 28 Feb 2007 03:07:12 +0000 Subject: feature 657: permalinks for categories git-svn-id: http://piwigo.org/svn/trunk@1866 68402e56-0260-453c-a942-63ccdbb3a9ee --- template/yoga/admin.tpl | 3 +- template/yoga/admin/permalinks.tpl | 71 ++++++++++++++++++++++++++++++++++++++ template/yoga/default-layout.css | 6 ++++ 3 files changed, 79 insertions(+), 1 deletion(-) create mode 100644 template/yoga/admin/permalinks.tpl (limited to 'template/yoga') diff --git a/template/yoga/admin.tpl b/template/yoga/admin.tpl index fdbd50614..5920f4e95 100644 --- a/template/yoga/admin.tpl +++ b/template/yoga/admin.tpl @@ -6,7 +6,7 @@ @@ -34,6 +34,7 @@
  • {lang:Representative}
  • +
  • {lang:Permalinks}
  • diff --git a/template/yoga/admin/permalinks.tpl b/template/yoga/admin/permalinks.tpl new file mode 100644 index 000000000..508cf66a9 --- /dev/null +++ b/template/yoga/admin/permalinks.tpl @@ -0,0 +1,71 @@ +
    + +

    {lang:Permalinks}

    +
    + +
    +
    {lang:Add/delete a permalink} + + + + + + +

    + +

    +
    +
    + +

    {lang:Permalinks}

    + + + + + + + + + + + + + +
    Id{lang:Category}{lang:Permalink}
    {permalink.CAT_ID}{permalink.CAT}{permalink.PERMALINK}
    + +

    {lang:Permalink history}

    + + + + + + + + + + + + + + + + + + + + + +
    Id{lang:Category}{lang:Permalink}Deleted onLast hitHit
    {deleted_permalink.cat_id}{deleted_permalink.display_name}{deleted_permalink.permalink}{deleted_permalink.date_deleted}{deleted_permalink.last_hit}{deleted_permalink.hit}Delete
    diff --git a/template/yoga/default-layout.css b/template/yoga/default-layout.css index 647f27781..2b43bc5bc 100644 --- a/template/yoga/default-layout.css +++ b/template/yoga/default-layout.css @@ -80,6 +80,12 @@ FORM P { margin-top: 2em; margin-bottom: 2em; } + +FORM FIELDSET P { + margin-top: 1em; + margin-bottom: 0; +} + .small { font-size: 80%; } -- cgit v1.2.3