[dw-free] Add link to advanced layer area from layer editor
[commit: http://hg.dwscoalition.org/dw-free/rev/166733b1a042]
http://bugs.dwscoalition.org/show_bug.cgi?id=1700
Add link from layer editor back to advanced layers area.
Patch by
cesy.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=1700
Add link from layer editor back to advanced layers area.
Patch by
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
Files modified:
- htdocs/customize/advanced/layeredit.bml
- htdocs/customize/advanced/layeredit.bml.text
-------------------------------------------------------------------------------- diff -r 5bc72234f26c -r 166733b1a042 htdocs/customize/advanced/layeredit.bml --- a/htdocs/customize/advanced/layeredit.bml Tue Sep 15 21:32:28 2009 -0500 +++ b/htdocs/customize/advanced/layeredit.bml Tue Sep 15 21:37:00 2009 -0500 @@ -207,6 +207,8 @@ </div> <input type="submit" value="Save & Compile" class="compilelink" /> + + <a href="layers"><?_ml .advancedlayerlink _ml?></a> </div> <div class="main" id="maindiv"> diff -r 5bc72234f26c -r 166733b1a042 htdocs/customize/advanced/layeredit.bml.text --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/htdocs/customize/advanced/layeredit.bml.text Tue Sep 15 21:37:00 2009 -0500 @@ -0,0 +1,1 @@ +.advancedlayerlink=Back to layers list --------------------------------------------------------------------------------