Commit Graph
8 Commits
Author SHA1 Message Date
Bharat Mediratta 12796ec2ca Create a new [options] submenu under the thumb menu, and move the
Digibug print button into it.  Right now, it doesn't display properly.
2009-07-10 08:20:00 -07:00
Tim Almdal 200b78ee59 Revert the change that removed adding the click handler for the digibug print
functionality.  Just return false when using javascript:digibug_popup was not
enough from having the browser switch pages and show a page with the word false.
Using an event handler allows us to call event.preventDefault which cancels the
page switch.
2009-06-30 20:32:59 -07:00
Bharat Mediratta aad0dd357f Create a new thumb_menu() and convert Digibug over to use it.
1) Eliminate digibug_album.html

2) Get rid of the $(document).ready() in digibug.js and rename popUp() to
   digibug_popup() then just make direct calls to digibug_popup() in the
   menu urls.
2009-06-27 16:29:09 -07:00
Bharat Mediratta 3ab6f2ed4b Remove unnecessary curly braces. 2009-06-27 14:35:16 -07:00
Tim Almdal d9e4ad79bb 1) Move the digibug css in the default and admin_default themes
2) Remove most of the marketing cruft on the admin pages
3) Change the name of the admin settings to just Digibug
4) Remove the "switch on mouseover" approach
2009-06-25 08:14:34 -07:00
Tim Almdal 292d216f7c Implement printing support on the photo page. I've used an icon that doesn't
quite match the theme temporarily.  I'm hoping to have a matching icon soon.
2009-06-24 18:02:36 -07:00
Tim Almdal 05f8659a7f Fix preamble so tests pass 2009-06-22 06:03:55 -07:00
Tim Almdal 39cf3c2b04 The start of the digibug printing module. The first cut at the administration
panels.  <Caution:> This is still a work in progress.
2009-06-21 08:52:26 -07:00