diff options
author | Paul Duncan <pabs@pablotron.org> | 2016-04-02 01:09:45 -0400 |
---|---|---|
committer | Paul Duncan <pabs@pablotron.org> | 2016-04-02 01:09:45 -0400 |
commit | 23ba337de24e88c6aaf6ceb37507997f5c5f4920 (patch) | |
tree | f5a6fc8d925dafd62ee45973b4e357234ea9ec9a /src/guff/views/ecrs/test | |
parent | 7788012457346ae59fa58ed35fc08aa2b9e6b9ef (diff) | |
download | old-guff-23ba337de24e88c6aaf6ceb37507997f5c5f4920.tar.bz2 old-guff-23ba337de24e88c6aaf6ceb37507997f5c5f4920.zip |
fully working edit dialog
Diffstat (limited to 'src/guff/views/ecrs/test')
-rw-r--r-- | src/guff/views/ecrs/test/auth.ecr | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/guff/views/ecrs/test/auth.ecr b/src/guff/views/ecrs/test/auth.ecr index b683c5c..ab9f552 100644 --- a/src/guff/views/ecrs/test/auth.ecr +++ b/src/guff/views/ecrs/test/auth.ecr @@ -228,7 +228,7 @@ </div><!-- modal-dialog --> </div><!-- modal --> -<div id='edit-user' class='modal fade' role='dialog'> +<div id='edit-dialog' class='modal fade' role='dialog'> <div class='modal-dialog' role='document'> <div class='modal-content'> <div class='modal-header'> @@ -295,7 +295,7 @@ <div class='modal-footer'> <button - id='edit-user-confirm' + id='edit-confirm' class='btn btn-primary' title='Update user.' > |